Update lldap/docker-compose.yml
Convert to working on virtual node-21
This commit is contained in:
@@ -6,14 +6,14 @@ services:
|
|||||||
- "3890:3890" # LDAP port
|
- "3890:3890" # LDAP port
|
||||||
- "17170:17170" # Web UI port
|
- "17170:17170" # Web UI port
|
||||||
volumes:
|
volumes:
|
||||||
- /media/gv0/docker/lldap/data:/data
|
- /mnt.disk/lldap/data:/data
|
||||||
environment:
|
environment:
|
||||||
LLDAP_JWT_SECRET: "/K{5T.'-zR,W*gg|xI,u-[/[5.1?HI-S"
|
LLDAP_JWT_SECRET: "/K{5T.'-zR,W*gg|xI,u-[/[5.1?HI-S"
|
||||||
LLDAP_LDAP_USER_PASS: "Password1" # Change this!
|
LLDAP_LDAP_USER_PASS: "Password1" # Change this!
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
# networks:
|
||||||
- caddy_net
|
# - caddy_net
|
||||||
|
|
||||||
networks:
|
#networks:
|
||||||
caddy_net:
|
# caddy_net:
|
||||||
external: true
|
# external: true
|
||||||
Reference in New Issue
Block a user