Skip to content

Commit

Permalink
Merge pull request #882 from ValentinGaudin/docs/docker
Browse files Browse the repository at this point in the history
docs(app): docker add step to open gateway for remote
  • Loading branch information
freekmurze committed Dec 21, 2023
2 parents 83846a2 + ed60811 commit 1c283d8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/environment-specific-configuration/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,16 @@ services:
extra_hosts:
- "host.docker.internal:host-gateway"
```

If it does not work after that, you could try to open your *GatewayPorts* inside your ssh config.

Go to your SSH config:

```shell
nano /etc/hosts/sshd_config
```

Search for *GatewayPorts* and set him from **no** to **yes**
```text
GatewayPorts yes
```

0 comments on commit 1c283d8

Please sign in to comment.