diff --git a/docker-compose.yaml b/docker-compose.yaml index afd7191..4180615 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -3,6 +3,6 @@ services: web: image: nginx:1.27.0-alpine3.19-slim ports: - - "80" + - "81" volumes: - ./html:/usr/share/nginx/html:ro