From db056b3af12192ee1c7ff858d5d3fb1b0099719c Mon Sep 17 00:00:00 2001 From: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com> Date: Tue, 9 Sep 2025 22:48:07 +0530 Subject: [PATCH] Removed restart policy and container name on pgAdmin Service Template --- templates/compose/pgadmin.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/compose/pgadmin.yaml b/templates/compose/pgadmin.yaml index 4192a5792..bb447662e 100644 --- a/templates/compose/pgadmin.yaml +++ b/templates/compose/pgadmin.yaml @@ -8,8 +8,6 @@ services: pgadmin: image: 'dpage/pgadmin4:latest' - container_name: pgadmin - restart: unless-stopped environment: - SERVICE_URL_PGADMIN - 'PGADMIN_DEFAULT_EMAIL=${PGADMIN_DEFAULT_EMAIL:?}' @@ -20,4 +18,4 @@ services: test: ["CMD", "wget", "-qO-", "http://localhost:80/login"] interval: 5s timeout: 10s - retries: 5 \ No newline at end of file + retries: 5