#!/bin/bash if docker exec web nginx -t; then docker exec web service nginx reload fi