From bff8bcd72c91e905d986f17ccb2020a9033df3a1 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 29 Jun 2024 11:40:15 -0400 Subject: [PATCH] cleanup restarts Signed-off-by: ahuston-0 --- systems/palatine-hill/docker/postgres.nix | 1 - 1 file changed, 1 deletion(-) 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 = [