mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
ensure options are strings
This commit is contained in:
@@ -58,6 +58,6 @@ sos_docker_net:
|
|||||||
- subnet: {{ DOCKER.sosrange }}
|
- subnet: {{ DOCKER.sosrange }}
|
||||||
- gateway: {{ DOCKER.sosbip }}
|
- gateway: {{ DOCKER.sosbip }}
|
||||||
- options:
|
- options:
|
||||||
com.docker.network.bridge.name: sosbridge
|
com.docker.network.bridge.name: 'sosbridge'
|
||||||
com.docker.network.driver.mtu: 1500
|
com.docker.network.driver.mtu: '1500'
|
||||||
com.docker.network.bridge.enable_ip_masquerade: true
|
com.docker.network.bridge.enable_ip_masquerade: 'true'
|
||||||
|
|||||||
Reference in New Issue
Block a user