2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-24 18:14:57 +02:00

Merge pull request #202 from scifijunk/stable

Changed the Pull Policy
This commit is contained in:
Philipp Holzer 2022-02-18 07:41:44 +01:00 committed by GitHub
commit 8be8b0e38d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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