Renamed all docker-compose files to podman-compose

Just because I can
This commit is contained in:
Marko Korhonen 2023-04-08 16:32:14 +03:00
parent d546922e1e
commit a55c7b1f99
19 changed files with 18 additions and 2 deletions

View file

@ -2,9 +2,9 @@
image = "slothcroissant/caddy-cloudflaredns"
container_name = "caddy"
restart = "unless-stopped"
user = "82:82"
ports = ["80:80", "443:443/tcp", "443:443/udp"]
networks = ["proxy"]
env_file = [".env"]
volumes = [
"~/data/caddy/data:/data",
"~/data/caddy/config:/config",