Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: José Carlos Chávez <jcchavezs@gmail.com>
  • Loading branch information
fzipi and jcchavezs authored Oct 18, 2024
1 parent d4f621a commit 2910f32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions caddy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ ENV \
CORAZA_UPLOAD_FILE_MODE=0600 \
CORAZA_UPLOAD_KEEP_FILES="Off" \
PORT=8080 \
XDG_CONFIG_HOME="$CADDY_CONFIG_DIR" \
XDG_DATA_HOME="$CADDY_DATA_DIR" \
XDG_CONFIG_HOME="${CADDY_CONFIG_DIR}" \
XDG_DATA_HOME="${CADDY_DATA_DIR}" \
# CRS specific variables
PARANOIA=1 \
ANOMALY_INBOUND=5 \
Expand Down

0 comments on commit 2910f32

Please sign in to comment.