Update to start without working upstream

This commit is contained in:
2024-01-01 19:34:01 +00:00
parent 7af75ad55d
commit 40f9459826
5 changed files with 15 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ COPY servers.json /servers.json
COPY domains.txt /domains.txt
COPY nginx.conf /nginx.conf
RUN python /add_servers.py --nginx /nginx.conf --domains_list_txt /domains.txt --servers_config_json server.json --certificates_path /ssl
RUN python /add_servers.py --nginx /nginx.conf --domains_list_txt /domains.txt --servers_config_json servers.json --certificates_path /ssl
FROM nginx:alpine