Reverted back to the original docker-compose.yml file.
This commit is contained in:
@@ -31,7 +31,7 @@ services:
|
||||
image: nginx:alpine
|
||||
container_name: bellsystems-nginx
|
||||
ports:
|
||||
- "80:80" # access v2 on localhost:8001
|
||||
- "90:80" # access v2 on localhost:8001
|
||||
volumes:
|
||||
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user