前后端连接问题修复
This commit is contained in:
@@ -9,9 +9,15 @@ services:
|
||||
ports:
|
||||
- "10081:80"
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- coin-network
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost/index.html"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 40s
|
||||
|
||||
networks:
|
||||
coin-network:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user