Dont set a default secret

This commit is contained in:
Varakh 2019-12-18 19:40:30 +01:00
parent 19d3ee472c
commit 0e23e5ce13

View file

@ -30,7 +30,7 @@ services:
- DB_NAME=fb
- DB_USER=fb
- DB_PASS=fb
- ENCRYPTION_KEY=dHmFLZuoVRGZSadcRJZLfxIIYkSKNKnn # 32 character long sequence
- ENCRYPTION_KEY= # REQUIRED: set a 32 character long sequence
volumes:
- "./filebin_data:/var/www/data/uploads" # persist filebin data on the host
stdin_open: true