docker-compose.yml aktualisiert

This commit is contained in:
2026-07-28 21:06:06 +00:00
parent c2a6feeeb8
commit 4ee73e8e5a
+1 -1
View File
@@ -11,7 +11,7 @@ services:
nginx:
image: nginx:alpine
ports:
- "18080:80"
- "8080:80"
volumes:
- .:/var/www/html
- ./docker/nginx/default.conf:/etc/nginx/conf.d/default.conf:ro