Dont set a default secret
This commit is contained in:
parent
19d3ee472c
commit
0e23e5ce13
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ services:
|
||||||
- DB_NAME=fb
|
- DB_NAME=fb
|
||||||
- DB_USER=fb
|
- DB_USER=fb
|
||||||
- DB_PASS=fb
|
- DB_PASS=fb
|
||||||
- ENCRYPTION_KEY=dHmFLZuoVRGZSadcRJZLfxIIYkSKNKnn # 32 character long sequence
|
- ENCRYPTION_KEY= # REQUIRED: set a 32 character long sequence
|
||||||
volumes:
|
volumes:
|
||||||
- "./filebin_data:/var/www/data/uploads" # persist filebin data on the host
|
- "./filebin_data:/var/www/data/uploads" # persist filebin data on the host
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
|
|
Loading…
Reference in a new issue