Skip to content

Commit 4a489b6

Browse files
authored
Set docker compose pull_policy to always (#261)
1 parent a6f8315 commit 4a489b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services:
55
depends_on:
66
- api
77
image: ghcr.io/pxtools/pxweb2:latest
8+
pull_policy: always
89
ports:
910
- "8080:8080"
1011
volumes:
@@ -14,6 +15,7 @@ services:
1415

1516
api:
1617
image: ghcr.io/pxtools/pxwebapi:latest
18+
pull_policy: always
1719
ports:
1820
- "8081:8080"
1921
environment:

0 commit comments

Comments
 (0)