Port ext von 8080 auf 18080

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