modify scripts
This commit is contained in:
@ -16,12 +16,14 @@ services:
|
|||||||
db_database: instockdb
|
db_database: instockdb
|
||||||
db_port: 3306
|
db_port: 3306
|
||||||
|
|
||||||
|
network_mode: host # 使用主机模式,访问外网
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- /cosdata/instock:/cosdata # 挂载一个通用的主机目录
|
- /cosdata/instock:/cosdata # 挂载一个通用的主机目录
|
||||||
|
|
||||||
networks:
|
#networks:
|
||||||
- host
|
# - 1panel-network
|
||||||
|
|
||||||
networks:
|
#networks:
|
||||||
host:
|
# 1panel-network:
|
||||||
external: true
|
# external: true
|
||||||
Reference in New Issue
Block a user