Docker: tilføj /backups volume mount til homeassistant container
This commit is contained in:
@@ -4,6 +4,7 @@ services:
|
||||
image: homeassistant/home-assistant:latest
|
||||
volumes:
|
||||
- /volume1/homeassistant:/config
|
||||
- /volume1/docker/homeassistant/backups:/backups
|
||||
devices:
|
||||
- /dev/ttyUSB0:/dev/ttyUSB0
|
||||
network_mode: host
|
||||
|
||||
Reference in New Issue
Block a user