mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Docker persistent
This commit is contained in:
parent
7a5702efbd
commit
96e7ceeb0d
@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=Docker configuration
|
||||
Description=Docker persistent configuration
|
||||
Requires=mnt-overlay.mount
|
||||
After=mnt-overlay.mount
|
||||
Before=docker.service
|
||||
|
@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=Dropbear Host Key
|
||||
Description=Dropbear persistent keys
|
||||
Requires=mnt-overlay.mount dropbear.service
|
||||
After=mnt-overlay.mount
|
||||
Before=dropbear.service
|
||||
|
@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Docker persistent data
|
||||
Requires=mnt-data.mount
|
||||
After=mnt-data.mount
|
||||
Before=docker.service
|
||||
|
||||
[Mount]
|
||||
What=/mnt/data/docker
|
||||
Where=/var/lib/docker
|
||||
Type=none
|
||||
Options=bind
|
||||
|
||||
[Install]
|
||||
WantedBy=hassio-bind.target
|
Loading…
x
Reference in New Issue
Block a user