feat: update postgres 13->14 in docker-compose
This commit is contained in:
@@ -3,7 +3,7 @@ version: '3.7'
|
||||
services:
|
||||
|
||||
db:
|
||||
image: postgres:13
|
||||
image: postgres:14
|
||||
restart: always
|
||||
volumes:
|
||||
- db_data:/var/lib/postgresql/data
|
||||
|
||||
Reference in New Issue
Block a user