-Delete the volume and stop.
docker-compose down -v
· Build without cache
docker-compose build --no-cache
・ Start in the background
docker-compose up -d
・ Connect to container
docker-compose exec #{container} bash
Recommended Posts