Reorganized folder structure

This commit is contained in:
Timothy Miller
2021-10-29 22:56:13 -04:00
parent 6e68d2623f
commit 6587d86c65
4 changed files with 2 additions and 32 deletions

14
docker/docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
version: "3.7"
services:
cloudflare-ddns:
image: timothyjmiller/cloudflare-ddns:latest
container_name: cloudflare-ddns
security_opt:
- no-new-privileges:true
network_mode: "host"
environment:
- PUID=1000
- PGID=1000
volumes:
- /YOUR/PATH/HERE/config.json:/config.json
restart: unless-stopped