Compare commits
1 commit
ee68972aa6
...
a3b1affa4c
Author | SHA1 | Date | |
---|---|---|---|
a3b1affa4c |
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
||||||
group: "{{ cryptpad_install_user }}"
|
group: "{{ cryptpad_install_user }}"
|
||||||
mode: '0640'
|
mode: '0640'
|
||||||
content: |
|
content: |
|
||||||
VERSION=v3.24.0
|
VERSION=version-3.15.0
|
||||||
USE_SSL=false
|
USE_SSL=false
|
||||||
STORAGE='./storage/file'
|
STORAGE='./storage/file'
|
||||||
LOG_TO_STDOUT=true
|
LOG_TO_STDOUT=true
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '2'
|
||||||
services:
|
services:
|
||||||
|
|
||||||
cryptpad:
|
cryptpad:
|
||||||
image: "promasu/cryptpad:${VERSION}"
|
image: "cryptpad/cryptpad:${VERSION}"
|
||||||
hostname: cryptpad
|
hostname: cryptpad
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Add table
Reference in a new issue