mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
chore(deps): update postgres docker tag to v12.3
This commit is contained in:
parent
4e86f6cbc9
commit
f2b86195e4
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ version: "3.4"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: postgres:12.2
|
image: postgres:12.3
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: listory
|
POSTGRES_PASSWORD: listory
|
||||||
POSTGRES_USER: listory
|
POSTGRES_USER: listory
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue