Update docker-compose.yml

add missing network definitions
This commit is contained in:
LRVT 2023-03-31 21:35:50 +02:00 committed by GitHub
parent 9c8974d13a
commit e442b6fa15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,9 +17,15 @@ services:
ports:
- 3890:3890 # LDAP
- 17170:17170 # WEB UI
#networks:
# - proxy
#expose:
# - 17170
#labels:
# - traefik.enable=true
# - traefik.http.routers.lldap.rule=Host(`lldap.example.com`)
# - traefik.http.services.lldap.loadbalancer.server.port=17170
#networks:
# proxy:
# external: true