Change caddy image

This commit is contained in:
Marko Korhonen 2024-05-12 10:05:44 +03:00
parent 8963a40485
commit 5e6e8d5f54

View file

@ -8,7 +8,7 @@ korhonen_cc = {}
external = true
[services.caddy]
image = "slothcroissant/caddy-cloudflaredns"
image = "git.korhonen.cc/functionalhacker/caddy"
container_name = "caddy"
restart = "unless-stopped"
ports = ["80:80", "443:443/tcp", "443:443/udp"]