⬆️ Update postgres Docker tag to v16 #170
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- activepieces
|
- activepieces
|
||||||
postgres:
|
postgres:
|
||||||
image: 'postgres:14.4'
|
image: 'postgres:16.3'
|
||||||
container_name: postgres
|
container_name: postgres
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
|
Reference in a new issue