diff --git a/compose.yaml b/compose.yaml index c0fa2f2..fcda0fd 100644 --- a/compose.yaml +++ b/compose.yaml @@ -8,7 +8,7 @@ services: nginx: image: nginx ports: - - "80:80" + - "8004:80" volumes: - ./nginx.conf:/etc/nginx/nginx.conf:ro labels: