added volume binds
This commit is contained in:
@@ -53,6 +53,7 @@ services:
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /var/lib/docker:/var/lib/docker
|
||||
- /root/.ssh:/root/.ssh
|
||||
- /home/akanealw/scripts/cronicle:/scripts
|
||||
- ${DOCKER_CONFIGS}/cronicle/data:/opt/cronicle/data
|
||||
@@ -89,6 +90,7 @@ services:
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/filebrowser/config/filebrowser.db:/database/filebrowser.db
|
||||
- ${DOCKER_CONFIGS}/filebrowser/config/.filebrowser.json:/.filebrowser.json
|
||||
- ${DOCKER_CONFIGS}/filebrowser/files:/srv
|
||||
- ${STORAGE_DIR}:/truenas-storage
|
||||
|
||||
nginxproxymanager:
|
||||
|
||||
Reference in New Issue
Block a user