Reverted back to the original docker-compose.yml file.

This commit is contained in:
2026-04-19 15:46:07 +03:00
parent 6a958a8d7d
commit 063106a29c

View File

@@ -31,7 +31,7 @@ services:
image: nginx:alpine image: nginx:alpine
container_name: bellsystems-nginx container_name: bellsystems-nginx
ports: ports:
- "80:80" # access v2 on localhost:8001 - "90:80" # access v2 on localhost:8001
volumes: volumes:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro - ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
depends_on: depends_on: