diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-12-16 23:13:42 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-12-16 23:13:42 +0100 |
commit | a10ebb002730f5c827cf780d31b26b6372b2d0fc (patch) | |
tree | 20d575b20698efc3564af57c22f9ac40d5b0db7d | |
parent | fed21fdb53185a39ae6e76ba07ba0d234b0e5689 (diff) |
-rw-r--r-- | compose.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/compose.yml b/compose.yml index 1f05ff9..330df3b 100644 --- a/compose.yml +++ b/compose.yml @@ -7,7 +7,7 @@ services: - PGID=1002 - TZ=Europe/Berlin - MONGO_USER=unifi - - MONGO_PASS=f0uYXfBmJKmfE3wge2v4xjtK8a7qmYat= + - MONGO_PASS=f0uYXfBmJKmfE3wge2v4xjtK8a7qmYat - MONGO_HOST=unifi-db - MONGO_PORT=27017 - MONGO_DBNAME=unifidb @@ -20,6 +20,8 @@ services: - 3478:3478/udp - 10001:10001/udp - 8080:8080 + depends_on: + - unifi-db restart: unless-stopped unifi-db: image: mongo:4.4.6-bionic |