add missing restart: always props
This commit is contained in:
@@ -6,6 +6,7 @@ services:
|
||||
- traefik.http.routers.ldap.tls=true
|
||||
- traefik.http.services.ldap.loadbalancer.server.port=8080
|
||||
image: osixia/openldap:latest
|
||||
restart: always
|
||||
container_name: openldap
|
||||
hostname: openldap
|
||||
ports:
|
||||
@@ -33,6 +34,7 @@ services:
|
||||
|
||||
phpldapadmin:
|
||||
image: osixia/phpldapadmin:latest
|
||||
restart: always
|
||||
container_name: phpldapadmin
|
||||
hostname: phpldapadmin
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user