From 2e86eff868ac95890eb8e62a6eac79fed76564bd Mon Sep 17 00:00:00 2001 From: greysoh Date: Sun, 28 Apr 2024 13:44:49 -0400 Subject: [PATCH] chore: Modifies README. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8300178..000b49e 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,9 @@ 2. Build the dockerfile: `docker compose --env-file .env build` -3. Build the docker stack: `docker compose --env-file .env up` \ No newline at end of file +3. Build the docker stack: `docker compose --env-file .env up -d` + +

Troubleshooting

+ +* I'm using the SSH tunneling, and I can't reach any of the tunnels publicly. + - Be sure to enable GatewayPorts in your sshd config (in `/etc/ssh/sshd_config` on most systems). Also, be sure to check your firewall rules on your system and your network. \ No newline at end of file