Skip to content

Commit

Permalink
📝 (docker) Update postgres image name
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Oct 3, 2023
1 parent 4d475ff commit 317a15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/docs/self-hosting/guides/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ services:
- typebot-builder
- typebot-viewer
typebot-db:
image: postgres:13
image: postgres:14-alpine
restart: always
volumes:
- db-data:/var/lib/postgresql/data
Expand Down

0 comments on commit 317a15b

Please sign in to comment.