Compare commits

..

1 commit

Author SHA1 Message Date
9e6ce72a5f Update docker.io/library/postgres Docker tag to v18
All checks were successful
/ Ansible Lint (push) Successful in 21m49s
/ Ansible Lint (pull_request) Successful in 23m12s
2026-03-31 16:01:02 +00:00

View file

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