mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-01-13 16:10:09 +08:00
Updated Run acme.sh in docker (markdown)
parent
94c7ebab86
commit
1b8d162e47
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user