This website works better with JavaScript.
Explore
Help
Sign In
ungleich-public
/
ungleich-certbot
Watch
6
Star
0
Fork
You've already forked ungleich-certbot
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Docker container providing nginx/letsencrypt support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5
Commits
1
Branch
13
Tags
456 KiB
Shell
93.2%
Dockerfile
6.8%
Tree:
510028c209
master
0.1.0
0.2.0
0.3.1
0.3.2
0.3.3
0.9
1.0.0
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
th
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '510028c209'
${ noResults }
ungleich-certbot
/
Dockerfile
7 lines
98 B
Raw
Blame
History
FROM
alpine:3.14
RUN
apk update
RUN
apk add certbot
COPY
entrypoint.sh /
CMD
[
"/entrypoint.sh"
]
Reference in new issue
Copy Permalink