mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-11-15 06:27:28 +01:00
Fix docs/ansible.md --mount typo
Ref: https://github.com/mother-of-all-self-hosting/mash-playbook/pull/1260
This commit is contained in:
@@ -93,7 +93,7 @@ docker run \
|
|||||||
--rm \
|
--rm \
|
||||||
-w /work \
|
-w /work \
|
||||||
--mount type=bind,src=`pwd`,dst=/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 \
|
--entrypoint=/bin/sh \
|
||||||
ghcr.io/devture/ansible:11.6.0-r0-0
|
ghcr.io/devture/ansible:11.6.0-r0-0
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user