up: # this script only starts nginx, make sure that certbot is launched as well docker compose build docker compose run --rm --name validate-config --entrypoint "/usr/sbin/nginx" nginx -t docker compose up -d nginx down: docker compose down