fix: review comments

This commit is contained in:
Sturdy 2024-02-28 10:55:20 +01:00
parent c508d313fd
commit d01f98f9a0
No known key found for this signature in database
3 changed files with 1 additions and 17 deletions

View File

@ -13,8 +13,6 @@
"source": "https://github.com/linuxserver/docker-duckdns", "source": "https://github.com/linuxserver/docker-duckdns",
"website": "https://docs.linuxserver.io/images/docker-duckdns/", "website": "https://docs.linuxserver.io/images/docker-duckdns/",
"supported_architectures": ["arm64", "amd64"], "supported_architectures": ["arm64", "amd64"],
"uid": 1000,
"gid": 1000,
"form_fields": [ "form_fields": [
{ {
"type": "text", "type": "text",

View File

@ -12,7 +12,7 @@ services:
- UPDATE_IP=${DUCKDNS_UPDATE_IP} - UPDATE_IP=${DUCKDNS_UPDATE_IP}
- LOG_FILE=${DUCKDNS_ENABLE_LOG_FILE} - LOG_FILE=${DUCKDNS_ENABLE_LOG_FILE}
volumes: volumes:
- ${APP_DATA_DIR}:/config - ${APP_DATA_DIR}/data:/config
ports: ports:
- ${APP_PORT}:80 - ${APP_PORT}:80
restart: unless-stopped restart: unless-stopped

View File

@ -4,20 +4,6 @@
[![duckdns](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/duckdns.png)](https://duckdns.org/) [![duckdns](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/duckdns.png)](https://duckdns.org/)
## Supported Architectures
We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://distribution.github.io/distribution/spec/manifest-v2-2/#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
Simply pulling `lscr.io/linuxserver/duckdns:latest` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
The architectures supported by this image are:
| Architecture | Available | Tag |
| :----: | :----: | ---- |
| x86-64 | ✅ | amd64-\<version tag\> |
| arm64 | ✅ | arm64v8-\<version tag\> |
| armhf | ❌ | |
## Application Setup ## Application Setup
- Go to the [duckdns website](https://duckdns.org/), register your subdomain(s) and retrieve your token - Go to the [duckdns website](https://duckdns.org/), register your subdomain(s) and retrieve your token