Don't have a dependency, postgres is on same host
This commit is contained in:
parent
8dfde5e194
commit
e5cf9dac6d
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue