Compare commits

..

2 commits

Author SHA1 Message Date
b0dd036239 Update docker.io/library/postgres Docker tag to v18
All checks were successful
/ Ansible Lint (push) Successful in 2m55s
/ Ansible Lint (pull_request) Successful in 2m57s
2026-04-01 00:16:54 +00:00
34958a0584
pad(host): update postgresql image from version 15 to 18
All checks were successful
/ Ansible Lint (push) Successful in 2m20s
2026-04-01 01:51:22 +02:00

View file

@ -9,7 +9,7 @@ services:
- "POSTGRES_PASSWORD={{ secret__hedgedoc_db_password }}"
- "POSTGRES_DB=hedgedoc"
volumes:
- database:/var/lib/postgresql/data
- database:/var/lib/postgresql
restart: unless-stopped
app: