Compare commits

..

1 commit

Author SHA1 Message Date
a3b1affa4c Added install paths and new default values. 2020-11-29 03:57:20 -08:00
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@
group: "{{ cryptpad_install_user }}"
mode: '0640'
content: |
VERSION=v3.24.0
VERSION=version-3.15.0
USE_SSL=false
STORAGE='./storage/file'
LOG_TO_STDOUT=true

View file

@ -2,7 +2,7 @@ version: '2'
services:
cryptpad:
image: "promasu/cryptpad:${VERSION}"
image: "cryptpad/cryptpad:${VERSION}"
hostname: cryptpad
labels: