This commit is contained in:
ditiqi 2025-02-24 08:54:14 +08:00
parent 712202deef
commit 56d644b39d
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ services:
- ./config/nginx/entrypoint.sh:/docker-entrypoint.sh - ./config/nginx/entrypoint.sh:/docker-entrypoint.sh
environment: environment:
- SERVER_IP=host.docker.internal - SERVER_IP=host.docker.internal
- SERVER_PORT=3000
entrypoint: ["/docker-entrypoint.sh"] entrypoint: ["/docker-entrypoint.sh"]
extra_hosts: extra_hosts:
- "host.docker.internal:host-gateway" - "host.docker.internal:host-gateway"