An open API service indexing awesome lists of open source software.

https://github.com/caprover/certbot-sleeping

Extended certbot image that does not exit
https://github.com/caprover/certbot-sleeping

Last synced: 5 months ago
JSON representation

Extended certbot image that does not exit

Awesome Lists containing this project

README

          

# certbot-sleeping

Extended certbot image that does not exit

```
ENTRYPOINT ['/bin/sh','-c' ]
CMD ['sleep 9999d']
```