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