update .env.example
This commit is contained in:
parent
355f05320b
commit
381b8b04b7
|
@ -2,3 +2,8 @@ APP_LOGGING=true
|
||||||
APP_HOST=0.0.0.0:80
|
APP_HOST=0.0.0.0:80
|
||||||
|
|
||||||
REDIS_PASS=bfile
|
REDIS_PASS=bfile
|
||||||
|
REDIS_HOST=redis
|
||||||
|
REDIS_PORT=6379
|
||||||
|
REDIS_PREFIX=bfile-
|
||||||
|
|
||||||
|
USERCONTENT_DIR=/opt/user_uploads
|
|
@ -8,4 +8,4 @@ To get started with this, copy either `Dockerfile.dev` or `Dockerfile.prod` to `
|
||||||
Then either build it manually or start it up using the `docker-compose.yml` file, which is provided in the top level directory.
|
Then either build it manually or start it up using the `docker-compose.yml` file, which is provided in the top level directory.
|
||||||
|
|
||||||
## Deploying notes
|
## Deploying notes
|
||||||
Files will be saved in `/opt/useruploads`. Mount that directory into a volume or host directory to easily back up the data.
|
Files will be saved in `/opt/user_uploads` (as defined in `.env`). Mount that directory into a volume or host directory to easily back up the data.
|
||||||
|
|
Loading…
Reference in New Issue