Skip to content

Commit

Permalink
Removing failed module
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmdksh committed Jul 14, 2023
1 parent c0e1ecf commit 132124f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ RUN apk add --no-cache git go && \
/root/go/bin/xcaddy build \
--with github.com/mholt/caddy-ratelimit \
--with github.com/porech/caddy-maxmind-geolocation \
--with github.com/RussellLuo/caddy-ext/ratelimit \
--with github.com/hayak3/caddy-ratelimit
--with github.com/RussellLuo/caddy-ext/ratelimit
# --with github.com/hayak3/caddy-ratelimit

FROM caddy:2.6.4-alpine

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can find the docker-compose configuration snippet example here:
container_name: caddy
restart: unless-stopped
networks:
- giveth-all
- mynetwork
ports:
- 80:80
- 443:443
Expand Down

0 comments on commit 132124f

Please sign in to comment.