-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
RealZimboGuy edited this page Nov 19, 2025
·
1 revision
docker run -p 8080:8080 \
-e GFLOW_DATABASE_TYPE=SQLLITE\
-e GFLOW_DATABASE_SQLLITE_FILE_NAME=/data/gflow.db\
-v "$(pwd):/data"\
--security-opt seccomp=unconfined \
juliangpurse/gopherflow:1.3.1note the --security-opt seccomp=unconfined is required because of sqllite being run in a container
Access the web console at http://localhost:8080/
Username : admin
Password : admin