From 8aa333f498a6d8395440f96f3c28b1ae75e3013d Mon Sep 17 00:00:00 2001 From: IngoZahn <84717200+IngoZahn@users.noreply.github.com> Date: Wed, 6 Mar 2024 21:19:10 +0100 Subject: [PATCH] Update Duckdns.md Correct filename docker-compose.override.yml --- docs/Containers/Duckdns.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Containers/Duckdns.md b/docs/Containers/Duckdns.md index a3859a550..fd92b0e0a 100644 --- a/docs/Containers/Duckdns.md +++ b/docs/Containers/Duckdns.md @@ -12,10 +12,10 @@ First, register an account, add your subdomain and get your token from [http://www.duckdns.org/](http://www.duckdns.org/) Either edit `~/IOTstack/docker-compose.yml` or create a file -`~/IOTstack/docker-compose.override.yml`. Place your Duckdns token and +`~/IOTstack/compose-override.yml`. Place your Duckdns token and subdomain name (without .duckdns.org) there: -``` yaml title="docker-compose.override.yml" +``` yaml title="compose-override.yml" version: '3.6' services: duckdns: