feat: use GHCR instead of DockerHub (#1760)

This commit is contained in:
Shubham Palriwala
2023-12-08 18:19:37 +05:30
committed by GitHub
parent acc6674ec5
commit d8b6b95ed5
2 changed files with 2 additions and 2 deletions

View File

@@ -168,7 +168,7 @@ To update Formbricks, simply run the following command:
</CodeGroup>
</Col>
The script will automatically pull the latest version of Formbricks from Dockerhub and restart the containers.
The script will automatically pull the latest version of Formbricks from GitHub Container Registry and restart the containers.
## Stop Formbricks Instance

View File

@@ -75,7 +75,7 @@ services:
formbricks:
restart: always
image: formbricks/formbricks:latest
image: ghcr.io/formbricks/formbricks:latest
depends_on:
- postgres
ports: