File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
documentation/content/developers Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -129,24 +129,26 @@ $ docker-compose -f docker/docker-compose.yml -f docker/docker-compose.mac.yml d
129
129
130
130
6. Execute ` $INSTALL_DIR /bin/pulseaudio.exe`
131
131
132
- 7. Run ` docker-compose`
132
+ 7. Make sure Docker is running (e.g. start Docker Desktop)
133
+
134
+ 8. Run ` docker-compose`
133
135
134
136
` ` ` bash
135
137
// 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
137
139
138
140
// 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
140
142
141
143
// 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
143
145
` ` `
144
146
145
147
# # Test & Develop
146
148
147
149
The Dockerfile is defined to start all Phoniebox related services.
148
150
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.
150
152
151
153
While the ` webapp` container does not require a reload while working on
152
154
it (hot-reload is enabled), you will have to restart your ` jukebox`
You can’t perform that action at this time.
0 commit comments