mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-08 16:43:47 +01:00
Upgrade PostgreSQL to v14
This commit is contained in:
parent
9cc79d9fa5
commit
da1ae4c270
@ -1,7 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
db:
|
||||
image: "postgres:9.6.5"
|
||||
image: "postgres:14.1"
|
||||
volumes:
|
||||
- "./data/db:/var/lib/postgresql/data"
|
||||
env_file:
|
||||
|
Loading…
Reference in New Issue
Block a user