0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00
Files
homebrewery/README.DOCKER.md

286 B

Running Homebrewery via Docker

The repo includes a Dockerfile and a docker-compose.yml file.

To run the application via docker-compose.yml: docker-compose up -d

To stop the application: docker-compose down

To stop the application and remove all data: docker-compose down -v