Update 'docker-compose.yml'

pull/3/head
lkwg82 3 years ago
parent 3beab5efe2
commit ddec06171a

@ -56,7 +56,7 @@ services:
build: ./web-nginx build: ./web-nginx
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${HTTP_PORT}:80 - ${HTTP_PORT}:8080
volumes: volumes:
- app:/var/www/html:ro - app:/var/www/html:ro
depends_on: depends_on:

Loading…
Cancel
Save