Rename files back to docker-compose.toml so LSP recognizes the schema
This commit is contained in:
parent
6aad22192a
commit
b37714cb36
17 changed files with 0 additions and 0 deletions
8
ddns/docker-compose.toml
Normal file
8
ddns/docker-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