fixed compose
This commit is contained in:
@@ -8,10 +8,9 @@ services:
|
||||
- 8484:80
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/config/filebrowser.db:/database/filebrowser.db
|
||||
- ${DOCKER_CONFIGS}/config/.filebrowser.json:/.filebrowser.json
|
||||
- ${DOCKER_CONFIGS}/files:/srv
|
||||
- ${STORAGE_DIR}:/storage
|
||||
- ./config/filebrowser.db:/database/filebrowser.db
|
||||
- ./config/.filebrowser.json:/.filebrowser.json
|
||||
- ./files:/srv
|
||||
|
||||
networks:
|
||||
reverse-proxy:
|
||||
|
||||
Reference in New Issue
Block a user