1
0
Fork 0

master-compose: caddy: use 'alpine' instead of '2-alpine', more secure

This commit is contained in:
Pratham Patel 2022-07-24 18:08:23 +05:30
parent 8d3762fd71
commit 6268a65821
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ version: 3.7
services:
reverse-proxy:
image: caddy:2-alpine
image: caddy:alpine
container_name: caddy-vishwambhar
command: caddy run --config /etc/caddy/Caddyfile
restart: always