Explorar o código

make nextcloud depend on postgres

Jason Playne %!s(int64=3) %!d(string=hai) anos
pai
achega
78dcc29e42
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      network/docker-compose.yml

+ 2 - 0
network/docker-compose.yml

@@ -75,6 +75,8 @@ services:
       - POSTGRES_USER=nextcloud
       - POSTGRES_PASSWORD=nextcloud
       - POSTGRES_HOST=postgres
+    depends_on:
+      - postgres
 
   postgres:
     image: postgres:14