We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7129d50 commit e8a202cCopy full SHA for e8a202c
docker-compose.yml
@@ -1,6 +1,6 @@
1
# Docker Compose file Reference (https://docs.docker.com/compose/compose-file/)
2
3
-version: '3.3'
+version: '3.7'
4
5
# Define services
6
services:
@@ -28,8 +28,8 @@ services:
28
build:
29
context: polling-app-client # Use an image built from the specified dockerfile in the `polling-app-client` directory.
30
dockerfile: Dockerfile
31
- args:
32
- REACT_APP_API_BASE_URL: http://127.0.0.1:8080/api
+ args:
+ REACT_APP_API_BASE_URL: http://127.0.0.1:8080/api
33
ports:
34
- "9090:80" # Forward the exposed port 80 on the container to port 80 on the host machine
35
restart: always
0 commit comments