瀏覽代碼

Fix docs/ansible.md `--mount` typo

Ref: https://github.com/mother-of-all-self-hosting/mash-playbook/pull/1260
pull/4715/head
Slavi Pantaleev 3 月之前
父節點
當前提交
bf99fa9bb2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      docs/ansible.md

+ 1
- 1
docs/ansible.md 查看文件

@@ -93,7 +93,7 @@ docker run \
--rm \
-w /work \
--mount type=bind,src=`pwd`,dst=/work \
--mount type=bind,src$HOME/.ssh/id_ed25519,dst=/root/.ssh/id_ed25519,ro \
--mount type=bind,src=$HOME/.ssh/id_ed25519,dst=/root/.ssh/id_ed25519,ro \
--entrypoint=/bin/sh \
ghcr.io/devture/ansible:11.6.0-r0-0
```


Loading…
取消
儲存