Added docker-compose build steps to README.md

This commit is contained in:
timothymiller
2020-08-05 13:30:33 -04:00
parent 7e8791c879
commit 1e55144bf2
6 changed files with 61 additions and 14 deletions

13
docker-compose.yml Normal file
View File

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