mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 07:56:12 +00:00
add not to compose file
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
24f82964d4
commit
68262db559
@ -4,7 +4,7 @@ services:
|
||||
mail:
|
||||
image: tvial/docker-mailserver:release-v6.2.0
|
||||
restart: unless-stopped
|
||||
hostname: mail
|
||||
hostname: mail # hostname and domainname may need to be commented on some platforms (e.g. ChromeOS)
|
||||
domainname: ${LDAP_DOMAIN}
|
||||
container_name: ${COMPOSE_PROJECT_NAME}_mail
|
||||
ports:
|
||||
|
@ -257,7 +257,7 @@ services:
|
||||
image: ${docker_repo:-zokradonh}/kopano_core:${CORE_VERSION:-latest}
|
||||
read_only: true
|
||||
restart: unless-stopped
|
||||
hostname: spooler
|
||||
hostname: spooler # hostname and domainname may need to be commented on some platforms (e.g. ChromeOS)
|
||||
domainname: ${LDAP_DOMAIN}
|
||||
depends_on:
|
||||
- kopano_server
|
||||
|
Loading…
x
Reference in New Issue
Block a user