File tree Expand file tree Collapse file tree 3 files changed +20
-8
lines changed Expand file tree Collapse file tree 3 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 2525# Read your .env file
2626source ./../.env
2727
28- # Stop if test is running
29- docker stop test-web
30- docker rm test-web
31-
3228# Testing your proxy
3329docker run -d -e VIRTUAL_HOST=$DOMAIN -e LETSENCRYPT_HOST=$DOMAIN --network=$NETWORK --rm --name test-web httpd:alpine
3430
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ # -----------------------------------------------------------------------
4+ #
5+ # test-proxy script - testing nginx-proxy
6+ #
7+ # https://github.com/evertramos/nginx-proxy-automation
8+ #
9+ # Script developed by
10+ 11+ #
12+ # Copyright Evert Ramos
13+ #
14+ # -----------------------------------------------------------------------
15+
16+ # Stop if test is running
17+ docker stop test-web
18+ docker rm test-web
19+
20+ exit 0
Original file line number Diff line number Diff line change 2525# Read your .env file
2626source ./../.env
2727
28- # Stop if test is running
29- docker stop test-web
30- docker rm test-web
31-
3228# Testing your proxy
3329docker run -d -e VIRTUAL_HOST=$DOMAIN --network=$NETWORK --rm --name test-web httpd:alpine
3430
You can’t perform that action at this time.
0 commit comments