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 DOMAINS=domain.com \
|
||||
-v /docker/certbot-cron:/config \
|
||||
git.mrmeeb.stream/mrmeeb/certbot:latest
|
||||
git.mrmeeb.stream/mrmeeb/certbot-cron:latest
|
||||
```
|
||||
|
||||
### Docker Compose
|
||||
@ -20,7 +20,7 @@ docker run -d --name certbot \
|
||||
version: "3"
|
||||
services:
|
||||
certbot:
|
||||
image: git.mrmeeb.stream/mrmeeb/certbot:latest
|
||||
image: git.mrmeeb.stream/mrmeeb/certbot-cron:latest
|
||||
container_name: certbot
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user