Skip to content

Commit babb237

Browse files
authored
fix docker description for windows (#2114)
1 parent acf6ec0 commit babb237

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

documentation/content/developers/docker.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,24 +129,26 @@ $ docker-compose -f docker/docker-compose.yml -f docker/docker-compose.mac.yml d
129129

130130
6. Execute `$INSTALL_DIR/bin/pulseaudio.exe`
131131

132-
7. Run `docker-compose`
132+
7. Make sure Docker is running (e.g. start Docker Desktop)
133+
134+
8. Run `docker-compose`
133135

134136
``` bash
135137
// Build Images
136-
$ docker-compose -f docker/docker-compose.yml -f docker/docker-compose.windows.yml build
138+
$ docker-compose -f docker/docker-compose.yml build
137139
138140
// Run Docker Environment
139-
$ docker-compose -f docker/docker-compose.yml -f docker/docker-compose.windows.yml up
141+
$ docker-compose -f docker/docker-compose.yml up
140142
141143
// Shuts down Docker containers and Docker network
142-
$ docker-compose -f docker/docker-compose.yml -f docker/docker-compose.windows.yml down
144+
$ docker-compose -f docker/docker-compose.yml down
143145
```
144146

145147
## Test & Develop
146148

147149
The Dockerfile is defined to start all Phoniebox related services.
148150

149-
Open <http://localhost:3001> in your browser to see the web application.
151+
Open <http://localhost:3000> in your browser to see the web application.
150152

151153
While the `webapp` container does not require a reload while working on
152154
it (hot-reload is enabled), you will have to restart your `jukebox`

0 commit comments

Comments
 (0)