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:
|
||||
proxysql:
|
||||
|
||||
<%- if @hostnet -%>
|
||||
<%- if ! @hostnet -%>
|
||||
networks:
|
||||
proxysql:
|
||||
driver: bridge
|
||||
|
|
Loading…
Add table
Reference in a new issue