Follow the instructions below to start and stop the production-ready Redmine container.
Warning: Stopping with the
-vflag will delete the container’s volumes and all stored data. Use with extreme caution.
Start container:
docker-compose -f docker-compose.prod.yml up -dStop container (preserve volumes):
docker-compose -f docker-compose.prod.yml downOr stop container and remove volumes:
docker-compose -f docker-compose.prod.yml down -v