Skip to content
Snippets Groups Projects
Commit 9f2b4a3f authored by Hoai Viet Nguyen's avatar Hoai Viet Nguyen
Browse files

remove cache

parent bb93d271
No related branches found
No related tags found
No related merge requests found
{
cache
}
:80 { :80 {
# http://localhost:9001/nginx -> http://nginx/nginx # http://localhost:9001/nginx -> http://nginx/nginx
# reverse_proxy /nginx nginx # reverse_proxy /nginx nginx
......
FROM caddy:2.9.1-builder AS builder
RUN xcaddy build \
--with github.com/caddyserver/cache-handler
FROM caddy:2.9.1 FROM caddy:2.9.1
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
COPY Caddyfile /etc/caddy/Caddyfile COPY Caddyfile /etc/caddy/Caddyfile
\ No newline at end of file
FROM caddy:2.9.1
COPY Caddyfile /etc/caddy/Caddyfile
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment