Scripts to setup Snibox on your machine using Docker Compose.
Clone the repository:
git clone https://github.com/snibox/snibox-docker.git
Setup services:
./bin/docker/setup
Launch Snibox at 8000 port:
./bin/docker/start
Visit http://localhost:8000/ to view the project!
- start
./bin/docker/start
- stop
./bin/docker/stop
- restart
./bin/docker/restart
Update scripts:
git pull
Update services:
./bin/docker/setup
Released under the MIT License.