(fix): set pull policy to pull latest image (#368)

Co-authored-by: Khaled Gabr <khaled.gabr@plark.com>
This commit is contained in:
Khaled G.
2025-09-20 22:14:26 -07:00
committed by GitHub
parent 248ac0fe11
commit 8b329705cf

View File

@@ -1,6 +1,7 @@
services:
plark:
image: plarkinc/plark:latest
pull_policy: always
restart: unless-stopped
ports:
- "80"