Reverted back to the original docker-compose.yml file.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user