mirror of
https://github.com/acmesh-official/acme.sh
synced 2025-09-01 14:55:26 +00:00
Fixed out path for initial issue to match docker-compose
@@ -57,7 +57,7 @@ Let's run acme.sh as a daemon, a difference with the above link is that we mount
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker run --rm -itd \
|
docker run --rm -itd \
|
||||||
-v "$(pwd)/out":/acme.sh \
|
-v "$(pwd)/acmeout":/acme.sh \
|
||||||
--net=host \
|
--net=host \
|
||||||
--name=acme.sh \
|
--name=acme.sh \
|
||||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||||
|
Reference in New Issue
Block a user