1
0
Fork 0
mirror of https://github.com/demostf/proxy synced 2026-06-03 20:14:07 +02:00

update base image

This commit is contained in:
Robin Appelman 2022-01-23 17:04:56 +01:00
commit f1e5fb5650
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM staticfloat/nginx-certbot
FROM jonasal/nginx-certbot
COPY nginx.conf /
COPY entrypoint.sh /
COPY 413.html /var/www

View file

@ -5,4 +5,4 @@ sed -e "s/\${SOURCE}/api.$HOST/" -e "s/\${TARGET}/$TARGET/" nginx.conf > /etc/ng
sed -e "s/\${SOURCE}/static.$HOST/" -e "s/\${TARGET}/$TARGET/" nginx.conf > /etc/nginx/conf.d/static.$HOST.conf
sed -e "s/\${SOURCE}/sync.$HOST/" -e "s/\${TARGET}/$TARGET/" nginx.conf > /etc/nginx/conf.d/sync.$HOST.conf
/scripts/entrypoint.sh
/scripts/start_nginx_certbot.sh