mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-08-02 06:15:39 +00:00
boring-nginx
matomo
nextcloud
nginx-php
privatebin
searx
unmaintained
boinc
cowrie
cryptpad
freshrss
ghost
isso
kippo-graph
libresonic
lutim
lychee
mastodon
mediawiki
nginx
parsoid
pgbouncer
rainloop
reverse
rootfs
etc
s6.d
.s6-svscan
check_certs
run
nginx
nginx
usr
Dockerfile
README.md
auto_upgrade.sh
docker-compose.yml
rtorrent-flood
rutorrent
tor
LICENSE
README.md
7 lines
86 B
Bash
7 lines
86 B
Bash
#!/bin/sh
|
|
|
|
sleep 60
|
|
while true; do
|
|
/usr/local/bin/check_certs
|
|
sleep 86400
|
|
done |