Обновить z1/docker-compose.yml

This commit is contained in:
Yan Kasabutski 2025-03-17 22:46:57 +00:00
parent 3942df7c56
commit 9fee463174

View File

@ -4,7 +4,8 @@ services:
build: build:
context: . context: .
ports: ports:
- "80:80" - "5000:80"
volumes: volumes:
- ./app:/usr/share/nginx/html - ./app:/usr/share/nginx/html
- ./nginx/nginx.conf:/etc/nginx/nginx.conf - ./nginx/nginx.conf:/etc/nginx/nginx.conf