Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 422 Bytes

selfhosted.md

File metadata and controls

20 lines (14 loc) · 422 Bytes
  1. Install Docker for your OS
  2. Download Leftbin using Git
git clone [email protected]:mvznfcoqe/leftbin.git ~/.leftbin
  1. Setup environment files from sample
cp .env-compose.sample .env-compose

And change sample values to actual

  1. Run Leftbin using Docker Compose
docker compose --env-file .env-compose up -d