dev #2

Merged
kevinheyer merged 14 commits from dev into main 2025-06-28 20:29:22 +00:00
Showing only changes of commit e0da502c59 - Show all commits

View file

@ -3,6 +3,7 @@ services:
lldap: lldap:
image: lldap/lldap:${LLDAP_VERSION:-stable} image: lldap/lldap:${LLDAP_VERSION:-stable}
container_name: lldap container_name: lldap
restart: always
volumes: volumes:
- "lldap_data:/data" - "lldap_data:/data"
- "./secrets:/secrets:ro" - "./secrets:/secrets:ro"