mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2026-05-04 19:49:49 +02:00
Compare commits
2 Commits
a845bb4aac
...
22931d450b
| Author | SHA1 | Date | |
|---|---|---|---|
| 22931d450b | |||
| ff081572dd |
@@ -28,12 +28,12 @@ services:
|
||||
container_name: pihole
|
||||
environment:
|
||||
FTLCONF_dns_listeningMode: all
|
||||
FTLCONF_dns_upstreams: 1.1.1.1;8.8.4.4
|
||||
FTLCONF_dns_upstreams: 8.8.8.8;8.8.4.4
|
||||
FTLCONF_webserver_api_password: ${PASSWORD}
|
||||
TZ: Europe/Bratislava
|
||||
hostname: ${PIHOLE_HOSTNAME}
|
||||
image: pihole/pihole:latest
|
||||
shm_size: '256mb'
|
||||
shm_size: '512mb'
|
||||
logging:
|
||||
driver: loki
|
||||
options:
|
||||
|
||||
Reference in New Issue
Block a user