1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 07:56:12 +00:00

Merge pull request #107 from cguentherTUChemnitz/patch-1

switch restart always to unless-stopped
This commit is contained in:
Felix Bartels 2019-03-11 19:59:57 +01:00 committed by GitHub
commit f5a24f2150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ services:
web:
image: ${docker_repo:-zokradonh}/kopano_web
container_name: web
restart: always
restart: unless-stopped
ports:
- "2015:2015"
- "${HTTP:-80}:80"
@ -102,7 +102,7 @@ services:
mail:
image: tvial/docker-mailserver:release-v6.1.0
restart: always
restart: unless-stopped
hostname: mail
domainname: ${LDAP_DOMAIN}
container_name: mail
@ -161,7 +161,7 @@ services:
db:
image: mariadb:10.3.10-bionic
restart: always
restart: unless-stopped
container_name: kopano_db
volumes:
- mysql/:/var/lib/mysql