Skip to content

Files

Latest commit

c6a6953 · Dec 21, 2024

History

History
40 lines (26 loc) · 663 Bytes

docker.md

File metadata and controls

40 lines (26 loc) · 663 Bytes

Self Hosting Draw

Instructions

  • Clone the repository
git clone https://github.com/macintushar/draw.git
cd draw
  • Rename the file .env.example to .env and update the environment variables.
mv .env.example .env
  • Start Draw using docker-compose
docker-compose up -d
  • Open the UI in your browser at http://localhost:3729

  • To stop the docker-compose, run the following command

docker-compose down
  • To upgrade Draw, run the following command
docker-compose pull && docker-compose up -d

Troubleshooting

If you encounter any issues, please raise an issue on the GitHub repository.