grim/hgkeeper

Use correct HGK_SSH_HOST_KEYS_PATH

12 months ago, aklitzing
3e4e68fec9ed
Parents 07d2669c823b
Children 3cd8ca687dbc
Use correct HGK_SSH_HOST_KEYS_PATH

Reviewed at https://reviews.imfreedom.org/r/2419/
--- a/docs/includes/runningcontainer.md Mon Apr 10 01:11:47 2023 -0500
+++ b/docs/includes/runningcontainer.md Mon Apr 10 01:12:50 2023 -0500
@@ -16,7 +16,7 @@
--restart=unless-stopped \
--volume $(pwd)/host-keys:/host-keys:ro \
--volume $(pwd)/repos:/repos \
- --env HGK_SSH_HOST_KEYS=/host-keys \
+ --env HGK_SSH_HOST_KEYS_PATH=/host-keys \
--env HGK_REPOS_PATH=/repos \
--publish 8080:8080 \
--publish 22222:22222 \