This commit is contained in:
Karol Wypchlo 2021-09-26 18:11:21 +02:00
parent 11c2440ebd
commit be404188f3
No known key found for this signature in database
GPG Key ID: C92C016317A964D0
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ CMD [ "bash", "-c", \
./mo < /etc/nginx/conf.d.templates/server.hns.conf > /etc/nginx/conf.d/server.hns.conf; \ ./mo < /etc/nginx/conf.d.templates/server.hns.conf > /etc/nginx/conf.d/server.hns.conf; \
./mo < /etc/nginx/conf.d.templates/server.skylink.conf > /etc/nginx/conf.d/server.skylink.conf ; \ ./mo < /etc/nginx/conf.d.templates/server.skylink.conf > /etc/nginx/conf.d/server.skylink.conf ; \
mv /etc/cron.daily/logrotate /etc/cron.hourly/logrotate ; \ mv /etc/cron.daily/logrotate /etc/cron.hourly/logrotate ; \
service cron start ; \ /usr/sbin/service cron start ; \
/usr/local/openresty/bin/openresty '-g daemon off;'" \ /usr/local/openresty/bin/openresty '-g daemon off;'" \
] ]