docker: pin db container image

pull/4/head
Cameron Clough 2022-03-12 17:35:33 +00:00
parent 3986c05ba8
commit 3b9e9e9e0d
No known key found for this signature in database
GPG Key ID: BFB3B74B026ED43F
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ services:
- "3000:3000"
- "4040:4040"
db:
image: postgres
image: postgres:14-bullseye
restart: always
ports:
- '5438:5432'