proxysql: Do not create docker network with network_mode: host
This commit is contained in:
parent
8d2c481569
commit
d5c6b9a5fd
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
proxysql:
|
proxysql:
|
||||||
|
|
||||||
<%- if @hostnet -%>
|
<%- if ! @hostnet -%>
|
||||||
networks:
|
networks:
|
||||||
proxysql:
|
proxysql:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
|
|
Loading…
Add table
Reference in a new issue