initial commit
This commit is contained in:
commit
1bd1755690
5
README.install
Normal file
5
README.install
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# ----------
|
||||||
|
# Install formbricks using docker image
|
||||||
|
# ----------
|
||||||
|
|
||||||
|
# see: https://formbricks.com/docs/self-hosting/setup/docker
|
36
README.update
Normal file
36
README.update
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
# ----------
|
||||||
|
# Update formbricks (docker image)
|
||||||
|
# ----------
|
||||||
|
|
||||||
|
# ----------
|
||||||
|
#
|
||||||
|
# see:
|
||||||
|
# https://formbricks.com/docs/self-hosting/setup/docker#update
|
||||||
|
#
|
||||||
|
# seei also migration guis for version specific steps to update Formbricks.
|
||||||
|
#
|
||||||
|
# https://formbricks.com/docs/self-hosting/advanced/migration
|
||||||
|
#
|
||||||
|
# ----------
|
||||||
|
|
||||||
|
|
||||||
|
# 0. navigate to the formbricks directory where your docker-compose.yml file is located.
|
||||||
|
#
|
||||||
|
cd /usr/local/formbricks
|
||||||
|
|
||||||
|
|
||||||
|
# 1. Pull the latest Formbricks image
|
||||||
|
#
|
||||||
|
docker compose pull
|
||||||
|
|
||||||
|
|
||||||
|
# 2. Stop the running Formbricks instance & remove the related containers:
|
||||||
|
#
|
||||||
|
docker compose down
|
||||||
|
|
||||||
|
|
||||||
|
# 3. Restarting the containers with the latest version of Formbricks:
|
||||||
|
#
|
||||||
|
docker compose up -d
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user