Workflow update

main
technorabilia 4 months ago
parent 049f3d3d30
commit fca5bdac0f

@ -26,6 +26,6 @@ services:
# Set to `true` to log to file (also need to map /config). # Set to `true` to log to file (also need to map /config).
- LOG_FILE=false # optional - LOG_FILE=false # optional
volumes: volumes:
# Used in conjunction with logging to file. # Persistent config files
- ${BASEDIR:-/volume1/docker}/duckdns/config:/config # optional - ${BASEDIR:-/volume1/docker}/duckdns/config:/config # optional
restart: unless-stopped restart: unless-stopped

@ -14,6 +14,6 @@ docker run -d \
-e TOKEN=token `# DuckDNS token` \ -e TOKEN=token `# DuckDNS token` \
-e UPDATE_IP=ipv4 `# optional` `# Set to `ipv6` or `ipv4` to update **only** your public IPv4/6 address. Set to `both` to update IPv6 and IPv4 address. This variable makes use of a [third-party service](#notice-regarding-automatic-detection). Omitting this variable uses DuckDNS for detection and only supports IPv4. `both` and `ipv6` modes needs [host networking](#networking-net).` \ -e UPDATE_IP=ipv4 `# optional` `# Set to `ipv6` or `ipv4` to update **only** your public IPv4/6 address. Set to `both` to update IPv6 and IPv4 address. This variable makes use of a [third-party service](#notice-regarding-automatic-detection). Omitting this variable uses DuckDNS for detection and only supports IPv4. `both` and `ipv6` modes needs [host networking](#networking-net).` \
-e LOG_FILE=false `# optional` `# Set to `true` to log to file (also need to map /config).` \ -e LOG_FILE=false `# optional` `# Set to `true` to log to file (also need to map /config).` \
-v ${BASEDIR:-/volume1/docker}/duckdns/config:/config `# optional` `# Used in conjunction with logging to file.` \ -v ${BASEDIR:-/volume1/docker}/duckdns/config:/config `# optional` `# Persistent config files` \
--restart unless-stopped \ --restart unless-stopped \
ghcr.io/linuxserver/duckdns ghcr.io/linuxserver/duckdns

@ -15,7 +15,7 @@ services:
# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). # specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).
- TZ=${TZ:-Europe/Amsterdam} - TZ=${TZ:-Europe/Amsterdam}
volumes: volumes:
# Configuration files. # Persistent config files
- ${BASEDIR:-/volume1/docker}/htpcmanager/config:/config - ${BASEDIR:-/volume1/docker}/htpcmanager/config:/config
ports: ports:
# Application WebUI # Application WebUI

@ -8,6 +8,6 @@ docker run -d \
-e PGID=${PGID:-100} `# for GroupID` \ -e PGID=${PGID:-100} `# for GroupID` \
-e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \ -e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \
-p 8085:8085 `# Application WebUI` \ -p 8085:8085 `# Application WebUI` \
-v ${BASEDIR:-/volume1/docker}/htpcmanager/config:/config `# Configuration files.` \ -v ${BASEDIR:-/volume1/docker}/htpcmanager/config:/config `# Persistent config files` \
--restart unless-stopped \ --restart unless-stopped \
ghcr.io/linuxserver/htpcmanager ghcr.io/linuxserver/htpcmanager

@ -16,7 +16,7 @@ services:
# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). # specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).
- TZ=${TZ:-Europe/Amsterdam} - TZ=${TZ:-Europe/Amsterdam}
volumes: volumes:
# Medusa config # Persistent config files
- ${BASEDIR:-/volume1/docker}/medusa/config:/config - ${BASEDIR:-/volume1/docker}/medusa/config:/config
# Download location # Download location
- ${BASEDIR:-/volume1/docker}/medusa/downloads:/downloads - ${BASEDIR:-/volume1/docker}/medusa/downloads:/downloads

@ -9,7 +9,7 @@ docker run -d \
-e PGID=${PGID:-100} `# for GroupID` \ -e PGID=${PGID:-100} `# for GroupID` \
-e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \ -e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \
-p 8081:8081 `# The port for the Medusa webui` \ -p 8081:8081 `# The port for the Medusa webui` \
-v ${BASEDIR:-/volume1/docker}/medusa/config:/config `# Medusa config` \ -v ${BASEDIR:-/volume1/docker}/medusa/config:/config `# Persistent config files` \
-v ${BASEDIR:-/volume1/docker}/medusa/downloads:/downloads `# Download location` \ -v ${BASEDIR:-/volume1/docker}/medusa/downloads:/downloads `# Download location` \
-v ${BASEDIR:-/volume1/docker}/medusa/tv:/tv `# TV Shows location` \ -v ${BASEDIR:-/volume1/docker}/medusa/tv:/tv `# TV Shows location` \
--restart unless-stopped \ --restart unless-stopped \

Loading…
Cancel
Save