We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d767f commit 73ad7f1Copy full SHA for 73ad7f1
README.md
@@ -157,10 +157,8 @@ services:
157
ALLOWED_IPS: "AllowUsers [email protected]"
158
configs:
159
- source: ssh_authorized_keys
160
- # Ensure path and UID match if you change these. Displaying defaults for you below
161
- target: /home/tunnel/.ssh/authorized_keys
162
- uid: '9999'
163
- gid: '9999'
+ # Mount the file to "/authorized_keys". The image will handle everything else
+ target: /authorized_keys
164
mode: 0600
165
networks:
166
- database
0 commit comments