Change caddy image from latest to alpine

pull/647/head
Jaime Iribarnegaray 2 days 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
caddy:
image: caddy:latest
image: caddy:alpine
command: caddy reverse-proxy --from $HOST --to app:3000
ports:
- 80:80

Loading…
Cancel
Save