hedgedoc: use more generic postgres version

This commit is contained in:
Markus 2023-07-17 16:21:56 +02:00
parent 7c4c262fd3
commit 48f2330a84
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
version: "3"
services:
database:
image: postgres:13.4-alpine
image: postgres:13-alpine
environment:
- POSTGRES_USER={{ hedgedoc_dbuser }}
- POSTGRES_PASSWORD={{ hedgedoc_dbpass }}