Update 'README.md'
This commit is contained in:
parent
51fb94b5d7
commit
bc046870b5
@ -12,7 +12,7 @@ docker run -d --name certbot \
|
|||||||
-e EMAIL=admin@domain.com \
|
-e EMAIL=admin@domain.com \
|
||||||
-e DOMAINS=domain.com \
|
-e DOMAINS=domain.com \
|
||||||
-v /docker/certbot-cron:/config \
|
-v /docker/certbot-cron:/config \
|
||||||
git.mrmeeb.stream/mrmeeb/certbot:latest
|
git.mrmeeb.stream/mrmeeb/certbot-cron:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
### Docker Compose
|
### Docker Compose
|
||||||
@ -20,7 +20,7 @@ docker run -d --name certbot \
|
|||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
certbot:
|
certbot:
|
||||||
image: git.mrmeeb.stream/mrmeeb/certbot:latest
|
image: git.mrmeeb.stream/mrmeeb/certbot-cron:latest
|
||||||
container_name: certbot
|
container_name: certbot
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user