mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-21 18:18:48 -06:00
feat: use GHCR instead of DockerHub (#1760)
This commit is contained in:
committed by
GitHub
parent
acc6674ec5
commit
d8b6b95ed5
@@ -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
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@ services:
|
||||
|
||||
formbricks:
|
||||
restart: always
|
||||
image: formbricks/formbricks:latest
|
||||
image: ghcr.io/formbricks/formbricks:latest
|
||||
depends_on:
|
||||
- postgres
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user