mirror of
https://github.com/demostf/proxy
synced 2026-06-03 12:04:07 +02:00
update base image
This commit is contained in:
parent
991b497adb
commit
f1e5fb5650
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM staticfloat/nginx-certbot
|
||||
FROM jonasal/nginx-certbot
|
||||
COPY nginx.conf /
|
||||
COPY entrypoint.sh /
|
||||
COPY 413.html /var/www
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue