change port

This commit is contained in:
2026-02-05 13:10:18 +08:00
parent 326ff5d9cb
commit 3b5560c3ff

View File

@@ -3,7 +3,7 @@ services:
web:
image: nginx:alpine
ports:
- "8081:80"
- "8888:80"
volumes:
- ./:/usr/share/nginx/html
restart: always