mirror of
https://github.com/friendica/docker
synced 2025-05-29 09:03:56 +02:00
commit
8be8b0e38d
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ items:
|
||||||
- name: SMTP_TLS
|
- name: SMTP_TLS
|
||||||
value: "on"
|
value: "on"
|
||||||
image: friendica:stable
|
image: friendica:stable
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: Always
|
||||||
name: friendica
|
name: friendica
|
||||||
resources: {}
|
resources: {}
|
||||||
terminationMessagePath: /dev/termination-log
|
terminationMessagePath: /dev/termination-log
|
||||||
|
@ -186,7 +186,7 @@ items:
|
||||||
- name: MYSQL_DATABASE
|
- name: MYSQL_DATABASE
|
||||||
value: MYSQL_DATABASE
|
value: MYSQL_DATABASE
|
||||||
image: friendica:stable
|
image: friendica:stable
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: Always
|
||||||
name: cron
|
name: cron
|
||||||
resources: {}
|
resources: {}
|
||||||
terminationMessagePath: /dev/termination-log
|
terminationMessagePath: /dev/termination-log
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue