Skip to content

Commit

Permalink
caddy: update caddy to v2.4.6 (#788)
Browse files Browse the repository at this point in the history
* caddy: update caddy to v2.4.6

* use versioned tag

* missing end quote

* Update pure-docker/deploy-caddy.sh

Co-authored-by: Crystal Augustus <[email protected]>

* Remove errantly committed redis conf

* another one, be gone

Co-authored-by: Crystal Augustus <[email protected]>
  • Loading branch information
Kevin Wojkovich and caugustus-sourcegraph authored Mar 29, 2022
1 parent 605ef44 commit 646a6cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ services:
# https://caddyserver.com/docs/caddyfile
caddy:
container_name: caddy
image: 'index.docker.io/caddy/caddy:alpine@sha256:83d9aa7a5f1bbcc0fc1b4720c183a5ec53dae7dc5d9fa555daf3db345010e7f9'
image: 'index.docker.io/caddy:2.4.6-alpine@sha256:b5a59725783bab0d65803f87028c68dd6611ca6184040bd98b18797cbe26bdd9'
cpus: 4
mem_limit: '4g'
environment:
Expand Down
2 changes: 1 addition & 1 deletion pure-docker/deploy-caddy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ docker run --detach \
-p 0.0.0.0:443:443 \
-v $VOLUME:/caddy-storage \
--mount type=bind,source="$(pwd)"/../caddy/builtins/http.Caddyfile,target=/etc/caddy/Caddyfile \
index.docker.io/caddy/caddy:alpine@sha256:83d9aa7a5f1bbcc0fc1b4720c183a5ec53dae7dc5d9fa555daf3db345010e7f9
index.docker.io/caddy:2.4.6-alpine@sha256:b5a59725783bab0d65803f87028c68dd6611ca6184040bd98b18797cbe26bdd9

0 comments on commit 646a6cd

Please sign in to comment.