Changed Docker image to promasu/cryptpad:v3.24.0
This commit is contained in:
parent
bd13064bb9
commit
bb01c7228a
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
|||
group: "{{ docker_user }}"
|
||||
mode: '0640'
|
||||
content: |
|
||||
VERSION=version-3.15.0
|
||||
VERSION=v3.24.0
|
||||
USE_SSL=false
|
||||
STORAGE='./storage/file'
|
||||
LOG_TO_STDOUT=true
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '2'
|
|||
services:
|
||||
|
||||
cryptpad:
|
||||
image: "cryptpad/cryptpad:${VERSION}"
|
||||
image: "promasu/cryptpad:${VERSION}"
|
||||
hostname: cryptpad
|
||||
|
||||
labels:
|
||||
|
|
Loading…
Add table
Reference in a new issue