Renamed all docker-compose files to podman-compose
Just because I can
This commit is contained in:
parent
d546922e1e
commit
a55c7b1f99
19 changed files with 18 additions and 2 deletions
8
ddns/podman-compose.toml
Normal file
8
ddns/podman-compose.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
[services.cloudflare-ddns]
|
||||
image = "timothyjmiller/cloudflare-ddns"
|
||||
container_name = "cloudflare-ddns"
|
||||
security_opt = ["no-new-privileges:true"]
|
||||
network_mode = "host"
|
||||
environment = ["PUID=1000", "PGID=1000"]
|
||||
volumes = ["~/data/ddns/config.json:/config.json"]
|
||||
restart = "unless-stopped"
|
Reference in a new issue