Fix id
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
version: '3.7'
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
app_proxy:
|
||||
environment:
|
||||
APP_HOST: denny-filebrowser-quantum_web_1
|
||||
APP_HOST: my-filebrowser-quantum_web_1
|
||||
APP_PORT: 80
|
||||
|
||||
web:
|
||||
@@ -12,4 +12,4 @@ services:
|
||||
volumes:
|
||||
- ${UMBREL_ROOT}/data/storage:/storage
|
||||
- ${APP_DATA_DIR}/data/database:/home/filebrowser/database
|
||||
- ${APP_DATA_DIR}/data/config/config.yaml:/home/filebrowser/config.yaml
|
||||
- ${APP_DATA_DIR}/data/config/config.yaml:/home/filebrowser/config.yaml
|
||||
|
||||
Reference in New Issue
Block a user