change port

This commit is contained in:
2026-02-05 13:16:19 +08:00
parent b2a8dad60c
commit 280bc5da40

View File

@@ -5,5 +5,5 @@ services:
ports: ports:
- "8888:80" - "8888:80"
volumes: volumes:
- ${PWD}:/usr/share/nginx/html - ./:/usr/share/nginx/html/
restart: always restart: always