Disable trarfik

This commit is contained in:
2025-07-26 18:01:04 +05:30
parent 1258c8a6a5
commit 59b6132f03
4 changed files with 21 additions and 21 deletions

View File

@@ -3,11 +3,11 @@ services:
container_name: lldap
image: ghcr.io/lldap/lldap:v0.6.1-alpine-rootless
restart: unless-stopped
labels:
- traefik.enable=true
- traefik.http.routers.lldap.rule=Host(`${TRAEFIK_DOMAIN}`)
- traefik.http.routers.lldap.entrypoints=${TRAEFIK_ENTRYPOINT}
- traefik.http.services.lldap.loadbalancer.server.port=17170
# labels:
# - traefik.enable=true
# - traefik.http.routers.lldap.rule=Host(`${TRAEFIK_DOMAIN}`)
# - traefik.http.routers.lldap.entrypoints=${TRAEFIK_ENTRYPOINT}
# - traefik.http.services.lldap.loadbalancer.server.port=17170
environment:
- UID=${PUID}
- GID=${PGID}