9
0
Fork 1
This commit is contained in:
Johan Björklund 2024-11-20 13:25:02 +01:00
parent 5886a1d501
commit 7da9390800
Signed by: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -188,7 +188,7 @@ class soc::sso(
# We specify a subnet so that services which have the option/requirement can
# specify this subnet as source of trusted proxies. This is used in Graylog,
# for example; see setting "trusted_proxies".
command => 'docker network create sso --subnet 172.29.0.0/24 || true'
command => 'docker network create sso --subnet 172.29.0.0/24 || true',
unless => 'docker network ls | grep -q sso 2>&1'
}