diff --git a/.github/README.md b/.github/README.md index 0d8daba..aa2dea1 100644 --- a/.github/README.md +++ b/.github/README.md @@ -31,9 +31,17 @@ We use submodule for [basescript](https://github.com/evertramos/basescript) ```bash cd proxy/bin && ./fresh-start.sh --yes -e your_email@domain --skip-docker-image-check ``` - Update the email above with your real e-mail address + +2.1 ⭐ Start the nginx-proxy, docker-gen, letsencrypt docker containers + +```bash +cd proxy && docker compose up -d +``` +- This is a fork specific change ☝️ + + 3. 🧪 Test the proxy ```bash diff --git a/bin/fresh-start.sh b/bin/fresh-start.sh index e2410b5..ce1c6a0 100755 --- a/bin/fresh-start.sh +++ b/bin/fresh-start.sh @@ -1294,7 +1294,7 @@ run_function local_update_docker_compose_file "$SCRIPT_PATH/../" #----------------------------------------------------------------------- # Start proxy #----------------------------------------------------------------------- -run_function docker_compose_start "$SCRIPT_PATH/../" +# run_function docker_compose_start "$SCRIPT_PATH/../" if [[ "$ERROR_DOCKER_COMPOSE_START" == true ]]; then echoerror "There was an error starting the service at '$SCRIPT_PATH/../'"