Archived
1
0
Fork 0

feat: Use PostgreSQL 14 Docker image

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2022-07-22 16:34:23 +02:00
parent d0d606419f
commit 999018492e
No known key found for this signature in database
GPG key ID: FF42D23B580C89F7

View file

@ -12,7 +12,7 @@ services:
container_name: restockbot-postgres
env_file:
- ./docker/postgresql.env
image: postgres:13
image: postgres:14
ports:
- "5432:5432"
volumes: