#!/bin/bash
docker run -d \
--name cloud-web \
-- network dev-cloud \
-p 80:80 \
-v ./conf/default.conf:/etc/nginx/conf.d/default.conf \
-v ./html:/home/html \
nginx