updated files
This commit is contained in:
@@ -3,11 +3,11 @@ services:
|
||||
image: gtstef/filebrowser:stable
|
||||
container_name: filebrowser
|
||||
environment:
|
||||
- "FILEBROWSER_CONFIG=data/config.yaml" # using our config file at ./data/config.yaml
|
||||
- "FILEBROWSER_CONFIG=data/config.yaml" # using our config file at ${DOCKER_CONFIGS}/data/config.yaml
|
||||
ports:
|
||||
- 8900:80
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./data:/home/filebrowser/data
|
||||
- ./files:/files
|
||||
- ${DOCKER_CONFIGS}/data:/home/filebrowser/data
|
||||
- ${DOCKER_CONFIGS}/files:/files
|
||||
- /mnt/storage:/storage
|
||||
|
||||
Reference in New Issue
Block a user