Skip to content

Commit e8a202c

Browse files
committed
fix docker-compose
1 parent 7129d50 commit e8a202c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Docker Compose file Reference (https://docs.docker.com/compose/compose-file/)
22

3-
version: '3.3'
3+
version: '3.7'
44

55
# Define services
66
services:
@@ -28,8 +28,8 @@ services:
2828
build:
2929
context: polling-app-client # Use an image built from the specified dockerfile in the `polling-app-client` directory.
3030
dockerfile: Dockerfile
31-
args:
32-
REACT_APP_API_BASE_URL: http://127.0.0.1:8080/api
31+
args:
32+
REACT_APP_API_BASE_URL: http://127.0.0.1:8080/api
3333
ports:
3434
- "9090:80" # Forward the exposed port 80 on the container to port 80 on the host machine
3535
restart: always

0 commit comments

Comments
 (0)