This commit is contained in:
aaron 2026-04-12 18:41:50 +08:00
parent fbcb6fb7fa
commit 42864ce50a

View File

@ -31,7 +31,7 @@ services:
image: nginx:alpine
restart: unless-stopped
ports:
- "80:80"
- "3008:80"
volumes:
- ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf:ro
depends_on: