docker修改

This commit is contained in:
lhx
2025-10-22 16:00:54 +08:00
parent 6dc12ba193
commit 49e72304b0

View File

@@ -7,6 +7,8 @@ services:
container_name: tielu-railway-app container_name: tielu-railway-app
ports: ports:
- "3002:8000" - "3002:8000"
extra_hosts:
- "host.docker.internal:host-gateway"
volumes: volumes:
# 日志文件映射 # 日志文件映射
- ./logs:/app/logs - ./logs:/app/logs