2
0

📝 (docker) Update postgres image name

This commit is contained in:
Baptiste Arnaud
2023-10-03 10:11:58 +02:00
parent 4d475ff009
commit 317a15b708

View File

@ -260,7 +260,7 @@ services:
- typebot-builder - typebot-builder
- typebot-viewer - typebot-viewer
typebot-db: typebot-db:
image: postgres:13 image: postgres:14-alpine
restart: always restart: always
volumes: volumes:
- db-data:/var/lib/postgresql/data - db-data:/var/lib/postgresql/data