Skip to content

Commit 6f8d779

Browse files
authored
Update README.md
1 parent cd5e57f commit 6f8d779

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The architectures supported by this image are:
6060
## Application Setup
6161

6262
- Go to the [duckdns website](https://duckdns.org/), register your subdomain(s) and retrieve your token
63-
- Create a container with your subdomain(s) and token
63+
- Create a container with your subdomain(s) and token. If you own user.duckdns.org, you put `SUBDOMAINS=user` you would NOT put a sub subdomain like overseerr from overseerr.user.ducksdns.org
6464
- It will update your IP with the DuckDNS service every 5 minutes (with a random jitter)
6565

6666
## Usage
@@ -113,7 +113,7 @@ Containers are configured using parameters passed at runtime (such as those abov
113113
| `-e PUID=1000` | for UserID - see below for explanation |
114114
| `-e PGID=1000` | for GroupID - see below for explanation |
115115
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
116-
| `-e SUBDOMAINS=subdomain1,subdomain2` | multiple subdomains allowed, comma separated, no spaces |
116+
| `-e SUBDOMAINS=subdomain1,subdomain2` | multiple subdomains allowed, comma separated, no spaces, if your domain is user.duckdns.org you put user, not a sub-subdomain |
117117
| `-e TOKEN=token` | DuckDNS token |
118118
| `-e LOG_FILE=false` | Set to `true` to log to file (also need to map /config). |
119119
| `-v /config` | Used in conjunction with logging to file. |
@@ -296,6 +296,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
296296

297297
## Versions
298298

299+
* **14.10.23:** - Rework shell script for case insensitivity and update readme to be more clear.
299300
* **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
300301
* **02.03.23:** - Rework shell scripts and cron logic.
301302
* **13.02.23:** - Rebase to alpine 3.17.

0 commit comments

Comments
 (0)