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