proxysql: Do not create docker network with network_mode: host

This commit is contained in:
Magnus Andersson 2024-04-24 20:52:26 +02:00
parent 8d2c481569
commit d5c6b9a5fd
Signed by untrusted user: mandersson
GPG key ID: 19CB2C58E1F19B16

View file

@ -31,7 +31,7 @@ services:
volumes:
proxysql:
<%- if @hostnet -%>
<%- if ! @hostnet -%>
networks:
proxysql:
driver: bridge