nginx depends on collabora and rocketchat to, otherwise they stop working after watchtower updated them (without nginx restart)

This commit is contained in:
Ralf Becker 2020-02-18 11:19:48 +01:00
parent ece36df5d4
commit fc65670ec8
2 changed files with 3 additions and 0 deletions

View File

@ -139,6 +139,7 @@ services:
depends_on:
- egroupware
- collabora-key
- rocketchat
container_name: egroupware-nginx
# run an own MariaDB:10.4 (you can use EGroupware's database backup and restore to add your existing database)

View File

@ -109,6 +109,8 @@ services:
- "4443:443"
depends_on:
- egroupware
- collabora-key
- rocketchat
container_name: egroupware-nginx
# run an own MariaDB:10.4 (you can use EGroupware's database backup and restore to add your existing database)