mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
Adding docker-compose file for runtime configuration
This commit is contained in:
parent
039a6d79e6
commit
028179de25
1 changed files with 4 additions and 0 deletions
4
docker-compose.yml
Normal file
4
docker-compose.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
letsencrypt:
|
||||
build: .
|
||||
ports:
|
||||
- "443:443"
|
||||
Loading…
Reference in a new issue