Use nginx instead of caddy

This commit is contained in:
Julien Fastré 2024-11-06 12:37:04 +01:00
parent fb7773e195
commit 5ea5f985c9
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
2 changed files with 8 additions and 2 deletions

View File

@ -0,0 +1,3 @@
kind: Fixed
body: Use nginx instead of caddy
time: 2024-11-06T12:36:54.279064955+01:00

View File

@ -1,3 +1,6 @@
FROM caddy:2-alpine FROM nginx:1-alpine
ADD src/ /usr/share/caddy/ COPY src /usr/share/nginx/html
RUN sed -i 's/worker_processes auto/worker_processes 1/' /etc/nginx/nginx.conf
RUN sed -i 's/worker_processes auto/worker_processes 1/' /etc/nginx/nginx.conf