diff --git a/README.md b/README.md index 70ebeb9..7b0ab37 100755 --- a/README.md +++ b/README.md @@ -47,13 +47,15 @@ You can save yourself some trouble when hosting multiple domains pointing to the ## :whale: Deploy with Docker Compose +Precompiled images are available via the official docker container [on DockerHub](https://hub.docker.com/r/timothyjmiller/cloudflare-ddns). + Modify the host file path of config.json inside the volumes section of docker-compose.yml. ```yml version: "3.7" services: cloudflare-ddns: - image: timothymiller/cloudflare-ddns:latest + image: timothyjmiller/cloudflare-ddns:latest container_name: cloudflare-ddns security_opt: - no-new-privileges:true diff --git a/docker-compose.yml b/docker-compose.yml index 3af0888..5721809 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,4 +11,4 @@ services: - PGID=1000 volumes: - /YOUR/PATH/HERE/config.json:/config.json - restart: unless-stopped \ No newline at end of file + restart: unless-stopped