From 4a489b6df5a5bc343810fb437120f0bda780fd5a Mon Sep 17 00:00:00 2001 From: Rune Johansen Date: Thu, 12 Dec 2024 08:35:24 +0100 Subject: [PATCH] Set docker compose pull_policy to always (#261) --- compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yaml b/compose.yaml index b528b9e9..5ff464fa 100644 --- a/compose.yaml +++ b/compose.yaml @@ -5,6 +5,7 @@ services: depends_on: - api image: ghcr.io/pxtools/pxweb2:latest + pull_policy: always ports: - "8080:8080" volumes: @@ -14,6 +15,7 @@ services: api: image: ghcr.io/pxtools/pxwebapi:latest + pull_policy: always ports: - "8081:8080" environment: