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