add missing restart: always props

This commit is contained in:
Schneider Roland
2024-10-07 19:26:30 +02:00
parent f2cdfdd064
commit 58cbc44ee8
4 changed files with 7 additions and 0 deletions

View File

@@ -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: