From 3b9a961f612167ef491c169e2531a32f01a52053 Mon Sep 17 00:00:00 2001 From: timothymiller Date: Thu, 13 Aug 2020 18:33:52 -0400 Subject: [PATCH] Updated README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b0ab37..299574e 100755 --- a/README.md +++ b/README.md @@ -59,11 +59,12 @@ services: container_name: cloudflare-ddns security_opt: - no-new-privileges:true + network_mode: "host" environment: - PUID=1000 - PGID=1000 volumes: - - /EDIT/YOUR/PATH/HERE/config.json:/config.json + - /YOUR/PATH/HERE/config.json:/config.json restart: unless-stopped ``` @@ -75,7 +76,7 @@ From the project root directory docker-compose up -d ``` -### Building from source +## Building from source Create a config.json file with your production credentials.