diff --git a/example/reverse-tunneling-authenticated.md b/example/reverse-tunneling-authenticated.md index ae33947..206b693 100644 --- a/example/reverse-tunneling-authenticated.md +++ b/example/reverse-tunneling-authenticated.md @@ -69,6 +69,7 @@ services: # ⬇️ Pass CLI arguments one at a time in an array, as required by compose. command: - 'server' + # ⬇️ Use the --key=value syntax, since docker compose doesn't parse whitespace well. - '--authfile=/users.json' - '--reverse' # ⬇️ Mount the authfile as a docker volume