mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-01-29 01:28:59 -05:00
chore: add missing adapter flag to caddy command
This commit is contained in:
parent
5a54fe4cb7
commit
5069abe4b9
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ cp -rn /tmp/img/* /opt/app/frontend/public/img
|
||||||
|
|
||||||
# Start Caddy
|
# Start Caddy
|
||||||
if [ "$TRUST_PROXY" = "true" ]; then
|
if [ "$TRUST_PROXY" = "true" ]; then
|
||||||
caddy start --config /etc/caddy/Caddyfile.trust-proxy &
|
caddy start --adapter caddyfile --config /etc/caddy/Caddyfile.trust-proxy &
|
||||||
else
|
else
|
||||||
caddy start --config /etc/caddy/Caddyfile &
|
caddy start --adapter caddyfile --config /etc/caddy/Caddyfile &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Run the frontend server
|
# Run the frontend server
|
||||||
|
|
Loading…
Add table
Reference in a new issue