Use nginx instead of caddy
This commit is contained in:
parent
fb7773e195
commit
5ea5f985c9
3
.changes/unreleased/Fixed-20241106-123654.yaml
Normal file
3
.changes/unreleased/Fixed-20241106-123654.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
kind: Fixed
|
||||||
|
body: Use nginx instead of caddy
|
||||||
|
time: 2024-11-06T12:36:54.279064955+01:00
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user