chore(dev): update devcontainer configuration

To tackle the problem that nginx cannot connect to server due to ip change
This commit is contained in:
MingxuanGame
2026-01-03 15:38:16 +08:00
parent 87ffc6f581
commit 38a2c8720b
2 changed files with 6 additions and 3 deletions

View File

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