mount external hdd + update volume path
This commit is contained in:
parent
eb38690275
commit
170e12223e
10 changed files with 15 additions and 10 deletions
|
@ -6,8 +6,8 @@
|
|||
autoStart = true;
|
||||
image = "pihole/pihole:latest";
|
||||
volumes = [
|
||||
"/srv/pihole/etc-pihole:/etc/pihole"
|
||||
"/srv/pihole/etc-dnsmasq.d:/etc/dnsmasq.d"
|
||||
"/srv/containers/pihole/etc-pihole:/etc/pihole"
|
||||
"/srv/containers/pihole/etc-dnsmasq.d:/etc/dnsmasq.d"
|
||||
];
|
||||
ports = [
|
||||
"53:53/tcp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue