Update docker-compose.yml

This commit is contained in:
Karl 2026-02-19 19:00:46 +00:00
parent 8309f9be04
commit 0f014271c9

View File

@ -29,28 +29,6 @@ services:
memory: 512M memory: 512M
restart: unless-stopped restart: unless-stopped
pihole:
container_name: pihole
image: pihole/pihole:latest
depends_on:
- gluetun
command: sh -c "sleep 10 && /s6-init"
ports:
- "53:53/tcp"
- "53:53/udp"
- "7806:80/tcp"
environment:
TZ: 'Europe/London'
volumes:
- '/mnt/setupfordad/pihole/config/phole:/etc/pihole'
- '/mnt/setupfordad/pihole/config/dnsmsq:/etc/dnsmasq.d'
deploy:
resources:
limits:
cpus: "0.30"
memory: 512M
restart: unless-stopped
prowlarr: prowlarr:
image: lscr.io/linuxserver/prowlarr:latest image: lscr.io/linuxserver/prowlarr:latest
container_name: prowlarr container_name: prowlarr