Change caddy image from latest to alpine

pull/647/head
Jaime Iribarnegaray 1 day ago committed by GitHub
parent 744d45d2c5
commit cd2cd18a01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -27,7 +27,7 @@ services:
retries: 5 retries: 5
caddy: caddy:
image: caddy:latest image: caddy:alpine
command: caddy reverse-proxy --from $HOST --to app:3000 command: caddy reverse-proxy --from $HOST --to app:3000
ports: ports:
- 80:80 - 80:80

Loading…
Cancel
Save