docker-compose stop nginx # stop if running docker-compose rm -f nginx # remove without confirmation docker-compose build nginx # build docker-compose up -d nginx # create and start in background