From a14289c8996f9c459637078155a4a24c96b64737 Mon Sep 17 00:00:00 2001 From: Emilie Date: Tue, 19 Jun 2018 18:07:42 +0200 Subject: [PATCH] [Nginx] : add nginx scripts up and ps --- nginx/ps.sh | 2 ++ nginx/up.sh | 2 ++ 2 files changed, 4 insertions(+) create mode 100755 nginx/ps.sh create mode 100755 nginx/up.sh 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 -- 2.39.5