Skip to content

Commit

Permalink
Set docker compose pull_policy to always (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
runejo authored Dec 12, 2024
1 parent a6f8315 commit 4a489b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
depends_on:
- api
image: ghcr.io/pxtools/pxweb2:latest
pull_policy: always
ports:
- "8080:8080"
volumes:
Expand All @@ -14,6 +15,7 @@ services:

api:
image: ghcr.io/pxtools/pxwebapi:latest
pull_policy: always
ports:
- "8081:8080"
environment:
Expand Down

0 comments on commit 4a489b6

Please sign in to comment.