diff --git a/docker-compose.yml b/docker-compose.yml index 54f26dd..300cfc0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: