Initial commit
This commit is contained in:
19
quadlets/pihole/unbound-redis-socket.container
Normal file
19
quadlets/pihole/unbound-redis-socket.container
Normal file
@@ -0,0 +1,19 @@
|
||||
[Unit]
|
||||
Description=Unbound socket container
|
||||
|
||||
[Container]
|
||||
AutoUpdate=registry
|
||||
Command=CMD chown -R 999:1001 /usr/local/unbound/cachedb.d/ && /bin/sh
|
||||
ContainerName=unbound-redis-socket
|
||||
Environment=TZ=Europe/Zurich
|
||||
Image=docker.io/busybox
|
||||
Pod=pihole.pod
|
||||
StartWithPod=true
|
||||
Timezone=Europe/Zurich
|
||||
Volume=unbound-redis-cache.volume:/usr/local/unbound/cachedb.d
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user