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:
|
||||
image: lldap/lldap:${LLDAP_VERSION:-stable}
|
||||
container_name: lldap
|
||||
restart: always
|
||||
volumes:
|
||||
- "lldap_data:/data"
|
||||
- "./secrets:/secrets:ro"
|
||||
|
|
Loading…
Add table
Reference in a new issue