Update diun/docker-compose.yml
Use "media" rather than "mnt"
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
||||
container_name: diun
|
||||
command: serve
|
||||
volumes:
|
||||
- "/mnt/sda1/docker/diun/data:/data"
|
||||
- "/media/sda1/docker/diun/data:/data"
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
environment:
|
||||
- "TZ=Europe/London"
|
||||
|
||||
Reference in New Issue
Block a user