2
0
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)

GC Chen
2024-07-11 10:13:53 +08:00
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
```