align restart policy to mailcow stack (#372)
Dieser Commit ist enthalten in:
Ursprung
7d823fdac9
Commit
855f93d2f5
2 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
|
@ -215,6 +215,7 @@ services:
|
|||
- ../traefik/data:/traefik:ro
|
||||
# mount mailcow's SSL folder
|
||||
- ./data/assets/ssl/:/output:rw
|
||||
restart: always
|
||||
environment:
|
||||
# only change this, if you're using another domain for mailcow's web frontend compared to the standard config
|
||||
- DOMAIN=${MAILCOW_HOSTNAME}
|
||||
|
|
|
@ -217,6 +217,7 @@ services:
|
|||
- ../traefik/data:/traefik:ro
|
||||
# mount mailcow's SSL folder
|
||||
- ./data/assets/ssl/:/output:rw
|
||||
restart: always
|
||||
environment:
|
||||
# only change this, if you're using another domain for mailcow's web frontend compared to the standard config
|
||||
- DOMAIN=${MAILCOW_HOSTNAME}
|
||||
|
|
Laden …
In neuem Issue referenzieren