diff --git a/salt/docker/soc_docker.yaml b/salt/docker/soc_docker.yaml index 8c3b88e7b..a3b11ecc5 100644 --- a/salt/docker/soc_docker.yaml +++ b/salt/docker/soc_docker.yaml @@ -8,13 +8,20 @@ docker: helpLink: docker advanced: True networks: + sobridge: + description: | + The default docker network, carrying most containers. Its range and gateway are taken + from the docker.range and docker.gateway settings above rather than set here. + helpLink: docker + readonly: True + advanced: True + global: True soauth: range: description: | - IP range for the soauth docker network. soauth is an isolated network for the - authentication services, so that the Kratos and Hydra admin APIs are only reachable - from the containers placed on it. Most containers instead use sobridge, which takes - its range and gateway from the docker.range and docker.gateway settings above. + IP range for the soauth docker network, an isolated network for the authentication + services, so that the Kratos and Hydra admin APIs are only reachable from the + containers placed on it. helpLink: docker readonly: True advanced: True