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: web:
image: nginx:alpine image: nginx:alpine
ports: ports:
- "8081:80" - "8888:80"
volumes: volumes:
- ./:/usr/share/nginx/html - ./:/usr/share/nginx/html
restart: always restart: always