Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryangr0 committed May 4, 2024
1 parent 0f5ae25 commit 890193b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/varnish/7.5.0-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM alpine:3.19.1
RUN apk add --no-cache varnish

# Copy Varnish configuration from the project directory
COPY ../default.vcl /etc/varnish/default.vcl
COPY ./default.vcl /etc/varnish/default.vcl

# Expose port 6081 for Varnish HTTP traffic
EXPOSE 6081
Expand Down

0 comments on commit 890193b

Please sign in to comment.