chore: use /var/lib/docker/volumes mountpoint

This commit is contained in:
Nicolas Meienberger
2025-09-27 00:39:29 +02:00
parent 789646412d
commit 481eb13a44
2 changed files with 7 additions and 3 deletions

View File

@@ -15,12 +15,16 @@ services:
devices:
- /dev/fuse:/dev/fuse
volumes:
# - /var/run/docker.sock:/var/run/docker.sock
- /var/run/docker.sock:/var/run/docker.sock
- /run/docker/plugins:/run/docker/plugins
- /var/lib/docker/volumes/:/var/lib/docker/volumes:rshared
- ./apps/client/app:/app/apps/client/app
- ./apps/server/src:/app/apps/server/src
- ./data:/data
- /home/nicolas/mounts:/mounts:rshared
# - /home/nicolas/mounts:/mounts:rshared
volumes:
ironmount_data:
driver: local