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 image: nginx:alpine
restart: unless-stopped restart: unless-stopped
ports: ports:
- "80:80" - "3008:80"
volumes: volumes:
- ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf:ro - ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf:ro
depends_on: depends_on: