Use latest version of Postgres 14
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user