Loading deploy/docker-compose.tmpl.yml +6 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ services: PHPLDAPADMIN_LDAP_CLIENT_TLS: networks: auth-net: traefik-net: volumes: - data-vol:/var/www/phpldapadmin deploy: Loading @@ -35,3 +36,8 @@ networks: name: ${AUTH_NET_NAME:-auth-net} driver: ${AUTH_NET_DRIVER:-overlay} external: true traefik-net: name: ${TRAEFIK_NET_NAME:-traefik-net} driver: ${TRAEFIK_NET_DRIVER:-overlay} external: true Loading
deploy/docker-compose.tmpl.yml +6 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ services: PHPLDAPADMIN_LDAP_CLIENT_TLS: networks: auth-net: traefik-net: volumes: - data-vol:/var/www/phpldapadmin deploy: Loading @@ -35,3 +36,8 @@ networks: name: ${AUTH_NET_NAME:-auth-net} driver: ${AUTH_NET_DRIVER:-overlay} external: true traefik-net: name: ${TRAEFIK_NET_NAME:-traefik-net} driver: ${TRAEFIK_NET_DRIVER:-overlay} external: true