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:
parent
806efd7eac
commit
73e8c7a278
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue