1 Commits

Author SHA1 Message Date
76a15e08d4 Update ghcr.io/pi-hole/pihole Docker tag to v2026.04.1 2026-04-25 02:32:32 +00:00
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
services:
dockhand_db:
container_name: dockhand_db
image: docker.io/library/postgres:18.3@sha256:78481659c47e862334611ccdaf7c369c986b3046da9857112f3b309114a65fb4
image: docker.io/library/postgres:18.3@sha256:a9abf4275f9e99bff8e6aed712b3b7dfec9cac1341bba01c1ffdfce9ff9fc34a
restart: unless-stopped
environment:
- POSTGRES_USER=${POSTGRES_USER}

View File

@@ -1,7 +1,7 @@
services:
lldap_db:
container_name: lldap_db
image: docker.io/library/postgres:18.3@sha256:78481659c47e862334611ccdaf7c369c986b3046da9857112f3b309114a65fb4
image: docker.io/library/postgres:18.3@sha256:a9abf4275f9e99bff8e6aed712b3b7dfec9cac1341bba01c1ffdfce9ff9fc34a
restart: unless-stopped
environment:
- POSTGRES_USER=${POSTGRES_USER}

View File

@@ -39,7 +39,7 @@ services:
pihole:
container_name: pihole
image: ghcr.io/pi-hole/pihole:2026.02.0@sha256:ee348529cea9601df86ad94d62a39cad26117e1eac9e82d8876aa0ec7fe1ba27
image: ghcr.io/pi-hole/pihole:2026.04.1@sha256:1c32c36b862a12762656b6471c854cebc01fe945639ba3a893611337c2c95e99
restart: unless-stopped
cap_add:
- SYS_NICE

View File

@@ -1,7 +1,7 @@
services:
pocket-id-db:
container_name: pocket-id-db
image: docker.io/library/postgres:18.3@sha256:78481659c47e862334611ccdaf7c369c986b3046da9857112f3b309114a65fb4
image: docker.io/library/postgres:18.3@sha256:a9abf4275f9e99bff8e6aed712b3b7dfec9cac1341bba01c1ffdfce9ff9fc34a
restart: unless-stopped
environment:
- POSTGRES_USER=${POSTGRES_USER}