Skip to content

Commit 5a0efcb

Browse files
fgrehmpascalbreuninger
authored andcommitted
Clarify SSH session requirement for port forwarding
Clarified the requirement for an active SSH session when using DevPod without an IDE, mentioning the option to specify forwarded ports using Docker Compose.
1 parent 7b38607 commit 5a0efcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/troubleshooting/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ exec $SHELL -c 'exec /Applications/DevPod.app/Contents/MacOS/DevPod'
1818
### Port forwarding not working when NOT using an ide
1919

2020
DevPod relies on an active SSH session to perform port forwarding to the local host. When running DevPod without an IDE, such as `--ide none`,
21-
an active SSH session needs to be open using `devpod ssh {workspace}`.
21+
an active SSH session needs to be open using `devpod ssh {workspace}` (unless you are specifying forwarded ports using docker compose).

0 commit comments

Comments
 (0)