Updated Hidden Figures (markdown)

Michael Stanclift 2022-04-12 14:39:48 -05:00
parent aa148133a9
commit 260cd1f9a8

@ -30,6 +30,7 @@ These variables allow you to change the name of the Docker container on both the
### `GS_SSH_PORT` ### `GS_SSH_PORT`
Gravity Sync is configured by default to use the standard SSH port (22) but if you need to change this, such as if you're traversing a NAT/firewall for a multi-site deployment, you can use a non-standard port. Gravity Sync is configured by default to use the standard SSH port (22) but if you need to change this, such as if you're traversing a NAT/firewall for a multi-site deployment, you can use a non-standard port. When running `gravity-sync config` on an install with non-standard SSH ports, you can specify the target SSH port number in the config command.
- Example: `gravity-sync config 1234` (where 1234 is the remote SSH port)
- Default setting in Gravity Sync is 22. - Default setting in Gravity Sync is 22.