Fixed out path for initial issue to match docker-compose

master
hedger 2024-12-16 17:53:19 +04:00
parent c5ee053a85
commit a5e7da370f
1 changed files with 1 additions and 1 deletions

@ -57,7 +57,7 @@ Let's run acme.sh as a daemon, a difference with the above link is that we mount
```sh
docker run --rm -itd \
-v "$(pwd)/out":/acme.sh \
-v "$(pwd)/acmeout":/acme.sh \
--net=host \
--name=acme.sh \
-v /var/run/docker.sock:/var/run/docker.sock \