diff --git a/systems/palatine-hill/docker/postgres.nix b/systems/palatine-hill/docker/postgres.nix index f8632f7..fc6b018 100644 --- a/systems/palatine-hill/docker/postgres.nix +++ b/systems/palatine-hill/docker/postgres.nix @@ -49,7 +49,6 @@ postgres-adminer = { image = "adminer/latest"; user = "600:600"; - restart = "always"; ports = [ "4191:8080" ]; dependsOn = [ "postgres" ]; extraOptions = [