# Build images before starting containers. docker-compose up --build # Recreate containers even if configuration/image hasn't changed. docker-compose up --force-recreate