mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
feat: update postgres 13->14 in docker-compose
This commit is contained in:
+1
-1
@@ -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