Skip to content

Commit ab3eec5

Browse files
Add authfile
1 parent 29783d3 commit ab3eec5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

example/reverse-tunneling-authenticated.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,12 @@ services:
7777
- './users.json:/users.json'
7878
# ⬇️ Give the container unrestricted access to the docker host's network
7979
network_mode: host
80-
```
80+
```
81+
82+
The `authfile` (`users.json`) remains the same as in the non-containerized version - shown again with the username `foo` and password `bar`.
83+
84+
```json
85+
{
86+
"foo:bar": ["0.0.0.0:80"]
87+
}
88+
```

0 commit comments

Comments
 (0)