vaultwarden: use more generic postgres version

This commit is contained in:
Markus 2023-07-17 16:21:33 +02:00
parent 1ea08a8776
commit 7c4c262fd3
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={{ vaultwarden_dbuser }}
- POSTGRES_PASSWORD={{ vaultwarden_dbpass }}