mirror of
https://github.com/friendica/docker
synced 2024-12-26 23:26:14 +01:00
update image Pull Policy
To make it always pull the stable image
This commit is contained in:
parent
8d5f6d63ea
commit
f4327705a3
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ items:
|
|||
- name: SMTP_TLS
|
||||
value: "on"
|
||||
image: friendica:stable
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
name: friendica
|
||||
resources: {}
|
||||
terminationMessagePath: /dev/termination-log
|
||||
|
@ -186,7 +186,7 @@ items:
|
|||
- name: MYSQL_DATABASE
|
||||
value: MYSQL_DATABASE
|
||||
image: friendica:stable
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
name: cron
|
||||
resources: {}
|
||||
terminationMessagePath: /dev/termination-log
|
||||
|
|
Loading…
Reference in a new issue