change port

This commit is contained in:
2026-02-05 13:20:35 +08:00
parent 280bc5da40
commit d5b58148d2

View File

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