diff --git a/nextcloud-container.nix b/nextcloud-container.nix index 35c2d6c..2e8f472 100644 --- a/nextcloud-container.nix +++ b/nextcloud-container.nix @@ -136,7 +136,6 @@ in { "${cfg.state-directory}/postgres:/var/lib/postgresql/data" ]; user = mkUserMap cfg.uids.nextcloud; - depends_on = [ "postgres" ]; ports = [ "${toString cfg.port}:80" ]; }; };