Fixed 2 bugs in docker-compose files

This commit is contained in:
dub-flow 2024-05-16 14:26:03 +02:00
parent 7f01b9b466
commit cb447ed7c0
2 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ services:
- app-network - app-network
nginx: nginx:
image: nginx:alpine image: nginx
container_name: nginx_spring container_name: nginx_spring
ports: ports:
- "80:80" - "80:80"

View File

@ -11,7 +11,8 @@ services:
- .:/app # Mount your local directory into the container so that live changes are detected - .:/app # Mount your local directory into the container so that live changes are detected
nginx: nginx:
image: nginx_flask image: nginx
container_name: nginx_flask
ports: ports:
- "80:80" - "80:80"
volumes: volumes: