Обновить 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

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