mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-21 21:42:24 +01:00
Use latest version of Postgres 14
This commit is contained in:
parent
8e719e3503
commit
aaecfb1121
@ -1,7 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
db:
|
||||
image: "postgres:14.1"
|
||||
image: "postgres:14"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- "./data/db:/var/lib/postgresql/data"
|
||||
|
Loading…
Reference in New Issue
Block a user