Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/atlassian-jira-confluence/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ services:
# - traefik.http.routers.jira.middlewares=limit-jira

postgresql:
image: docker.io/library/postgres:16-alpine
image: docker.io/library/postgres:18-alpine
container_name: jira-psql
restart: unless-stopped
healthcheck:
Expand Down
2 changes: 1 addition & 1 deletion examples/authentik/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:

postgresql:
image: docker.io/library/postgres:16-alpine
image: docker.io/library/postgres:18-alpine
container_name: authentik-psql
restart: unless-stopped
healthcheck:
Expand Down
2 changes: 1 addition & 1 deletion examples/gzctf/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
# - traefik.http.routers.ctf.middlewares=authentik@docker

db:
image: docker.io/library/postgres:16-alpine
image: docker.io/library/postgres:18-alpine
container_name: gzctf-db
restart: always
environment:
Expand Down
2 changes: 1 addition & 1 deletion examples/linkwarden/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
# - traefik.http.routers.linkwarden.middlewares=local-ipwhitelist@file

postgres:
image: docker.io/library/postgres:16-alpine
image: docker.io/library/postgres:18-alpine
container_name: linkwarden-psql
restart: unless-stopped
healthcheck:
Expand Down
2 changes: 1 addition & 1 deletion examples/paperless-ngx/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
# - proxy

db:
image: docker.io/library/postgres:16-alpine
image: docker.io/library/postgres:18-alpine
container_name: paperless-ngx-db
restart: unless-stopped
volumes:
Expand Down