mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-27 05:34:25 +00:00
fix(containers): use volumes where possible
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user