You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dotnet-WebAPI/ci/deploy_nginx_proxy.sh

12 lines
234 B

set -xeu
docker network create iqball_net
docker run -d \
--name nginx-iqball-proxy \
-v /srv/nginx/nginx-iqball-proxy.conf:/etc/nginx/conf.d/default.conf \
-p 8081:8080 \
--restart=always \
--network iqball_net \
nginx