mirror of
https://github.com/acmesh-official/acme.sh
synced 2025-08-30 22:05:34 +00:00
Updated Run acme.sh in docker (markdown)
@@ -69,7 +69,11 @@ docker run --rm -itd \
|
||||
--name=acme.sh \
|
||||
neilpang/acme.sh daemon
|
||||
```
|
||||
|
||||
Or run acme.sh by using `Docker Compose`:
|
||||
|
||||
Edit `docker-compose.yml`:
|
||||
|
||||
```yaml
|
||||
services:
|
||||
acme-sh:
|
||||
@@ -84,6 +88,8 @@ services:
|
||||
restart: no
|
||||
```
|
||||
|
||||
Then run acme.sh:
|
||||
|
||||
```sh
|
||||
docker compose up -d
|
||||
```
|
||||
|
Reference in New Issue
Block a user