Update docker-compose.yaml

This commit is contained in:
2025-10-22 21:49:56 +02:00
parent 29774438a5
commit e0441565b9

View File

@@ -9,6 +9,6 @@ services:
web2: web2:
image: nginx:1.26.1-alpine3.19-slim image: nginx:1.26.1-alpine3.19-slim
ports: ports:
- "81" - "82"
volumes: volumes:
- ./html:/usr/share/nginx/html:ro - ./html:/usr/share/nginx/html:ro