修改网络模式

This commit is contained in:
神楽坂喵 2021-01-21 17:11:37 +08:00
parent 148b46f322
commit 3048488dae

View File

@ -3,6 +3,7 @@ services:
app: app:
build: . build: .
image: slack-dingtalk-bridge image: slack-dingtalk-bridge
network_mode: bridge
ports: ports:
- 3000:3000 - 3000:3000
restart: unless-stopped restart: unless-stopped