chore: Modifies README.

This commit is contained in:
greysoh 2024-04-28 13:44:49 -04:00
parent 021baca51c
commit 2e86eff868
No known key found for this signature in database
GPG key ID: FE0F173B8FC01571

View file

@ -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`
3. Build the docker stack: `docker compose --env-file .env up -d`
<h3 align="center">Troubleshooting</h3>
* 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.