Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 920 Bytes

README.md

File metadata and controls

57 lines (45 loc) · 920 Bytes

Snibox: Docker deployment

Scripts to setup Snibox on your machine using Docker Compose.

Table of Contents

Deployment

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!

Controls

  • start
./bin/docker/start
  • stop
./bin/docker/stop
  • restart
./bin/docker/restart

Upgrade to latest version

Update scripts:

git pull

Update services:

./bin/docker/setup

License

Released under the MIT License.