fix(containers): use volumes where possible

This commit is contained in:
Michele Cereda
2024-05-18 22:40:00 +02:00
parent ae046ebdec
commit e6e1e24cb6
8 changed files with 17 additions and 15 deletions

View File

@@ -10,7 +10,10 @@ services:
- PUID=1000
- PGID=100
volumes:
- ${PWD}/config:/var/syncthing/config
- config:/var/syncthing/config
- ${PWD}/data:/var/syncthing/data
network_mode: host
restart: unless-stopped
volumes:
config: