Skip to content

Commit 4d057d7

Browse files
Capitalization revision
1 parent 004471b commit 4d057d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example/reverse-tunneling-authenticated.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ services:
7373
# ⬇️ Use the --key=value syntax, since Docker compose doesn't parse whitespace well.
7474
- '--authfile=/users.json'
7575
- '--reverse'
76-
# ⬇️ Mount the authfile as a docker volume
76+
# ⬇️ Mount the authfile as a Docker volume
7777
volumes:
7878
- './users.json:/users.json'
79-
# ⬇️ Give the container unrestricted access to the docker host's network
79+
# ⬇️ Give the container unrestricted access to the Docker host's network
8080
network_mode: host
8181
```
8282
@@ -119,7 +119,7 @@ services:
119119
networks:
120120
- internal
121121

122-
# ⬇️ Make use of a docker network called `internal`.
122+
# ⬇️ Make use of a Docker network called `internal`.
123123
networks:
124124
internal:
125125
```

0 commit comments

Comments
 (0)