Update docker-compose.yaml

This commit is contained in:
2025-10-22 21:56:59 +02:00
parent 7ba8935999
commit d4b8a721d6

View File

@@ -3,6 +3,6 @@ services:
web:
image: nginx:1.26.1-alpine3.19-slim
ports:
- "80"
- "81"
volumes:
- ./html:/usr/share/nginx/html:ro