From: Emilie Date: Tue, 19 Jun 2018 16:07:42 +0000 (+0200) Subject: [Nginx] : add nginx scripts up and ps X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a14289c8996f9c459637078155a4a24c96b64737;p=docker-django-scripts.git [Nginx] : add nginx scripts up and ps --- diff --git a/nginx/ps.sh b/nginx/ps.sh new file mode 100755 index 0000000..37909db --- /dev/null +++ b/nginx/ps.sh @@ -0,0 +1,2 @@ +#!/bin/bash +docker-compose -f docker-compose.yml -f env/nginx.yml ps \ No newline at end of file diff --git a/nginx/up.sh b/nginx/up.sh new file mode 100755 index 0000000..f43e749 --- /dev/null +++ b/nginx/up.sh @@ -0,0 +1,2 @@ +#!/bin/bash +docker-compose -f docker-compose.yml -f env/nginx.yml up \ No newline at end of file