add depend on
This commit is contained in:
@@ -4,14 +4,9 @@ services:
|
|||||||
container_name: "Lldap"
|
container_name: "Lldap"
|
||||||
hostname: "lldap"
|
hostname: "lldap"
|
||||||
restart: "unless-stopped"
|
restart: "unless-stopped"
|
||||||
#user: "10001:10001"
|
|
||||||
environment:
|
environment:
|
||||||
UID: "10001"
|
UID: "10001"
|
||||||
GID: "10001"
|
GID: "10001"
|
||||||
#LLDAP_LDAP_BASE_DN: "dc=unixyourbrain,dc=org"
|
|
||||||
#LLDAP_LDAPS_OPTIONS__ENABLED: true
|
|
||||||
#LLDAP_LDAPS_OPTIONS__CERT_FILE: "/ssl/cert.crt"
|
|
||||||
#LLDAP_LDAPS_OPTIONS__KEY_FILE: "/ssl/key.pem"
|
|
||||||
volumes:
|
volumes:
|
||||||
- "/etc/localtime:/etc/localtime:ro"
|
- "/etc/localtime:/etc/localtime:ro"
|
||||||
- "/data/docker/lldap-prod-3/data:/data:rw"
|
- "/data/docker/lldap-prod-3/data:/data:rw"
|
||||||
@@ -37,6 +32,8 @@ services:
|
|||||||
hostname: "authelia"
|
hostname: "authelia"
|
||||||
restart: "unless-stopped"
|
restart: "unless-stopped"
|
||||||
user: "10002:10002"
|
user: "10002:10002"
|
||||||
|
depends_on:
|
||||||
|
- "lldap"
|
||||||
volumes:
|
volumes:
|
||||||
- "/etc/localtime:/etc/localtime:ro"
|
- "/etc/localtime:/etc/localtime:ro"
|
||||||
- "/data/docker/authelia-prod-3/config/:/config:rw"
|
- "/data/docker/authelia-prod-3/config/:/config:rw"
|
||||||
|
|||||||
Reference in New Issue
Block a user