add restart option
This commit is contained in:
parent
7ac8d9748f
commit
e0da502c59
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue