Use postgres:13.2 (#348)

Co-authored-by: ekzyis <ek@stacker.news>
This commit is contained in:
ekzyis 2023-07-07 15:44:23 +02:00 committed by GitHub
parent 3c3a97fb8e
commit 422b2ce8b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: "3"
services:
db:
container_name: db
image: postgres
image: postgres:13.2
restart: always
expose:
- "5432"