-
-
Notifications
You must be signed in to change notification settings - Fork 37
UniqueBibleApp webtop on Chrome OS
Eliran Wong edited this page Feb 22, 2022
·
8 revisions
On Chrome OS, users simply need to set up docker to run Unique Bible App webtop version.
Read this useful post: https://dvillalobos.github.io/2020/How-to-install-and-run-Docker-on-a-Chromebook/
Run in Linux terminal:
sudo docker run -d --name=uniquebibleapp --security-opt seccomp=unconfined -e PUID=1000 -e PGID=1000 -e TZ=Europe/London -e SUBFOLDER=/ -e KEYBOARD=en-gb-qwerty -p 3000:3000 -v ~/uniquebibleapp-webtop:/config -v /var/run/docker.sock:/var/run/docker.sock --shm-size="1gb" --restart unless-stopped eliranwong/uniquebibleapp
Open "localhost:3000" on a web browser. Please note that the first run normally takes extra few minutes for set up.