diff --git a/docker-compose.yaml b/docker-compose.yaml index 240fbe1..2446cdb 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -9,6 +9,6 @@ services: web2: image: nginx:1.26.1-alpine3.19-slim ports: - - "80" + - "81" volumes: - ./html:/usr/share/nginx/html:ro \ No newline at end of file