Update
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
services:
|
||||
lldap:
|
||||
container_name: lldap
|
||||
image: ghcr.io/lldap/lldap:v0.6.1-alpine-rootless
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- UID=${PUID}
|
||||
- GID=${PGID}
|
||||
- TZ=${TZ}
|
||||
- LLDAP_JWT_SECRET=${LLDAP_JWT_SECRET}
|
||||
- LLDAP_KEY_SEED=${LLDAP_KEY_SEED}
|
||||
- LLDAP_LDAP_BASE_DN=${LLDAP_LDAP_BASE_DN}
|
||||
- LLDAP_LDAP_USER_PASS=${LLDAP_LDAP_USER_PASS}
|
||||
volumes:
|
||||
- ${APPDATA_PATH}/lldap/data:/data
|
||||
ports:
|
||||
- ${PORT}:17170
|
||||
networks:
|
||||
- frontend
|
||||
|
||||
networks:
|
||||
frontend:
|
||||
external: true
|
||||
Reference in New Issue
Block a user