1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 13:19:43 +02:00

docker-compose: explicitly pin postgres container to v12

This commit is contained in:
Maximilian Bosch 2020-10-31 21:18:04 +01:00
parent 806efd7eac
commit 73e8c7a278
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -14,7 +14,7 @@ version: "3"
services: services:
db: db:
image: postgres:latest image: postgres:12
restart: always restart: always
ports: ports:
- 5432:5432 - 5432:5432