docs: always pull latest agent image in compose example
This commit is contained in:
parent
e99f681c87
commit
d3f208aec6
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
services:
|
services:
|
||||||
towerops-agent:
|
towerops-agent:
|
||||||
image: ghcr.io/towerops-app/towerops-agent:latest
|
image: ghcr.io/towerops-app/towerops-agent:latest
|
||||||
|
pull_policy: always
|
||||||
container_name: towerops-agent
|
container_name: towerops-agent
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
cap_add:
|
cap_add:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue