Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/fresh-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/../'"
Expand Down