Workflow update

pull/2/head
technorabilia 3 years ago
parent dfd3d3032b
commit 441f1ef171

@ -13,7 +13,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
# Set a custom config file.
- CONFIGFILE=/config/adguardhome-sync.yaml # optional
volumes:

@ -6,7 +6,7 @@ docker run -d \
--name=adguardhome-sync \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-e CONFIGFILE=/config/adguardhome-sync.yaml `# optional` `# Set a custom config file.` \
-p 8080:8080 `# Port for AdGuardHome Sync's web API.` \
-v ${BASEDIR:-/volume1/docker}/adguardhome-sync/config:/config `# Contains all relevant configuration files.` \

@ -15,7 +15,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
# For setting url-base in reverse proxy setups.
- CONTEXT_PATH=<URL_BASE> # optional
# For passing additional java options.

@ -8,7 +8,7 @@ docker run -d \
--name=airsonic \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-e CONTEXT_PATH=<URL_BASE> `# optional` `# For setting url-base in reverse proxy setups.` \
-e JAVA_OPTS=<options> `# optional` `# For passing additional java options.` \
-p 4040:4040 `# WebUI` \

@ -13,7 +13,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Configuration files.
- ${BASEDIR:-/volume1/docker}/name/config:/config

@ -6,7 +6,7 @@ docker run -d \
--name=name \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 80:80 `# Application WebUI` \
-v ${BASEDIR:-/volume1/docker}/name/config:/config `# Configuration files.` \
--restart unless-stopped \

@ -17,7 +17,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Where config is stored.
- ${BASEDIR:-/volume1/docker}/apprise-api/config:/config

@ -10,7 +10,7 @@ docker run -d \
--name=apprise-api \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 8000:8000 `# Port for apprise's interface and API.` \
-v ${BASEDIR:-/volume1/docker}/apprise-api/config:/config `# Where config is stored.` \
--restart unless-stopped \

@ -14,7 +14,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Bazarr data
- ${BASEDIR:-/volume1/docker}/bazarr/config:/config

@ -7,7 +7,7 @@ docker run -d \
--name=bazarr \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 6767:6767 `# Allows HTTP access to the internal webserver.` \
-v ${BASEDIR:-/volume1/docker}/bazarr/config:/config `# Bazarr data` \
-v ${BASEDIR:-/volume1/docker}/bazarr/movies:/movies `# optional` `# Location of your movies` \

@ -14,7 +14,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Configuration files.
- ${BASEDIR:-/volume1/docker}/beets/config:/config

@ -7,7 +7,7 @@ docker run -d \
--name=beets \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 8337:8337 `# Application WebUI` \
-v ${BASEDIR:-/volume1/docker}/beets/config:/config `# Configuration files.` \
-v ${BASEDIR:-/volume1/docker}/beets/music:/music `# Music library` \

@ -15,7 +15,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
# Username for the BOINC desktop gui.
- GUAC_USER=abc # optional
# Password's md5 hash for the BOINC desktop gui.

@ -8,7 +8,7 @@ docker run -d \
--name=boinc \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-e GUAC_USER=abc `# optional` `# Username for the BOINC desktop gui.` \
-e GUAC_PASS=900150983cd24fb0d6963f7d28e17f72 `# optional` `# Password's md5 hash for the BOINC desktop gui.` \
-p 8080:8080 `# Boinc desktop gui.` \

@ -16,7 +16,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
# Base url for use with reverse proxies etc.
- CONTEXT_PATH=url-base
volumes:

@ -9,7 +9,7 @@ docker run -d \
--name=booksonic-air \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-e CONTEXT_PATH=url-base `# Base url for use with reverse proxies etc.` \
-p 4040:4040 `# Application WebUI` \
-v ${BASEDIR:-/volume1/docker}/booksonic-air/config:/config `# Configuration files.` \

@ -14,7 +14,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
# Base url for use with reverse proxies etc.
- CONTEXT_PATH=url-base
volumes:

@ -7,7 +7,7 @@ docker run -d \
--name=booksonic \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-e CONTEXT_PATH=url-base `# Base url for use with reverse proxies etc.` \
-p 4040:4040 `# Application WebUI` \
-v ${BASEDIR:-/volume1/docker}/booksonic/config:/config `# Configuration files.` \

@ -16,7 +16,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
# #optional & **x86-64 only** Adds the ability to perform ebook conversion
- DOCKER_MODS=linuxserver/calibre-web:calibre
volumes:

@ -9,7 +9,7 @@ docker run -d \
--name=calibre-web \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-e DOCKER_MODS=linuxserver/calibre-web:calibre `# #optional & **x86-64 only** Adds the ability to perform ebook conversion` \
-p 8083:8083 `# WebUI` \
-v ${BASEDIR:-/volume1/docker}/calibre-web/config:/config `# Where calibre-web stores the internal database and config.` \

@ -15,7 +15,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
# Username for the calibre desktop gui.
- GUAC_USER=abc # optional
# Password's md5 hash for the calibre desktop gui.

@ -8,7 +8,7 @@ docker run -d \
--name=calibre \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-e GUAC_USER=abc `# optional` `# Username for the calibre desktop gui.` \
-e GUAC_PASS=900150983cd24fb0d6963f7d28e17f72 `# optional` `# Password's md5 hash for the calibre desktop gui.` \
-e UMASK_SET=022 `# optional` `# for umask setting of Calibre, default if left unset is 022.` \

@ -14,7 +14,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# config directory volume mapping
- ${BASEDIR:-/volume1/docker}/chevereto/config:/config

@ -7,7 +7,7 @@ docker run -d \
--name=chevereto \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 80:80 `# http gui` \
-p 443:443 `# https gui` \
-v ${BASEDIR:-/volume1/docker}/chevereto/config:/config `# config directory volume mapping` \

@ -24,7 +24,7 @@ services:
# **Defaults to _false_.** If set to _true_, allows new users to register.
- ENABLE_REGISTRATIONS=<true/false>
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
ports:
# WebUI
- 3000:3000

@ -13,7 +13,7 @@ docker run -d \
-e MYSQL_USERNAME=<mysql_username> `# The user with access to the _clarkson_ schema.` \
-e MYSQL_PASSWORD=<mysql_password> `# The password for the user.` \
-e ENABLE_REGISTRATIONS=<true/false> `# **Defaults to _false_.** If set to _true_, allows new users to register.` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 3000:3000 `# WebUI` \
--restart unless-stopped \
ghcr.io/linuxserver/clarkson

@ -13,7 +13,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
# Specify a git repo to checkout on first startup
- GITURL=https://github.com/linuxserver/docker-cloud9.git # optional
# Optionally specify a username for http auth

@ -6,7 +6,7 @@ docker run -d \
--name=cloud9 \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-e GITURL=https://github.com/linuxserver/docker-cloud9.git `# optional` `# Specify a git repo to checkout on first startup` \
-e USERNAME= `# optional` `# Optionally specify a username for http auth` \
-e PASSWORD= `# optional` `# Optionally specify a password for http auth (if USERNAME and PASSWORD are not set, there will be no http auth)` \

@ -18,7 +18,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
# Optional web gui password, if `PASSWORD` or `HASHED_PASSWORD` is not provided, there will be no auth.
- PASSWORD=password # optional
# Optional web gui password, overrides `PASSWORD`, instructions on how to create it is below.

@ -11,7 +11,7 @@ docker run -d \
--name=code-server \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-e PASSWORD=password `# optional` `# Optional web gui password, if `PASSWORD` or `HASHED_PASSWORD` is not provided, there will be no auth.` \
-e HASHED_PASSWORD= `# optional` `# Optional web gui password, overrides `PASSWORD`, instructions on how to create it is below.` \
-e SUDO_PASSWORD=password `# optional` `# If this optional variable is set, user will have sudo access in the code-server terminal with the specified password.` \

@ -15,7 +15,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Where Codiad stores data.
- ${BASEDIR:-/volume1/docker}/codiad/config:/config

@ -8,7 +8,7 @@ docker run -d \
--name=codiad \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 80:80 `# WebUI` \
-v ${BASEDIR:-/volume1/docker}/codiad/config:/config `# Where Codiad stores data.` \
--restart unless-stopped \

@ -14,7 +14,7 @@ docker run -d \
-e DB_USER=codimd `# Database user` \
-e DB_PASS=<secret password> `# Database password` \
-e DB_NAME=codimd `# Database name` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 3000:3000 `# If you wish to access this container from http://{IP}:${PORT}` this *must* be left unchanged.` \
-v ${BASEDIR:-/volume1/docker}/codimd/config:/config `# CodiMD config and configurable files` \
--restart unless-stopped \

@ -28,7 +28,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# COPS Application Data.
- ${BASEDIR:-/volume1/docker}/cops/config:/config

@ -21,7 +21,7 @@ docker run -d \
--name=cops \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 80:80 `# WebUI` \
-v ${BASEDIR:-/volume1/docker}/cops/config:/config `# COPS Application Data.` \
-v ${BASEDIR:-/volume1/docker}/cops/books:/books `# Calibre metadata.db location.` \

@ -15,7 +15,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Couchpotato Application Data.
- ${BASEDIR:-/volume1/docker}/couchpotato/config:/config

@ -8,7 +8,7 @@ docker run -d \
--name=couchpotato \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 5050:5050 `# http gui` \
-v ${BASEDIR:-/volume1/docker}/couchpotato/config:/config `# Couchpotato Application Data.` \
-v ${BASEDIR:-/volume1/docker}/couchpotato/downloads:/downloads `# Downloads Folder.` \

@ -14,7 +14,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Where daapd server stores its config and dbase files.
- ${BASEDIR:-/volume1/docker}/daapd/config:/config

@ -7,7 +7,7 @@ docker run -d \
--net=host `# Shares host networking with container.` \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-v ${BASEDIR:-/volume1/docker}/daapd/config:/config `# Where daapd server stores its config and dbase files.` \
-v ${BASEDIR:-/volume1/docker}/daapd/music:/music `# Map to your music folder.` \
--restart unless-stopped \

@ -16,7 +16,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Users home directory in the container, stores program settings and images
- ${BASEDIR:-/volume1/docker}/darktable/config:/config

@ -9,7 +9,7 @@ docker run -d \
--name=darktable \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 3000:3000 `# Darktable desktop gui.` \
-v ${BASEDIR:-/volume1/docker}/darktable/config:/config `# Users home directory in the container, stores program settings and images` \
--restart unless-stopped \

@ -16,7 +16,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# davos's config location. This is where it stores its database file and logs.
- ${BASEDIR:-/volume1/docker}/davos/config:/config

@ -9,7 +9,7 @@ docker run -d \
--name=davos \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 8080:8080 `# This is the default port that davos runs under` \
-v ${BASEDIR:-/volume1/docker}/davos/config:/config `# davos's config location. This is where it stores its database file and logs.` \
-v ${BASEDIR:-/volume1/docker}/davos/download:/download `# davos's file download location` \

@ -15,7 +15,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Where ddclient should store its config files.
- ${BASEDIR:-/volume1/docker}/ddclient/config:/config

@ -8,7 +8,7 @@ docker run -d \
--name=ddclient \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-v ${BASEDIR:-/volume1/docker}/ddclient/config:/config `# Where ddclient should store its config files.` \
--restart unless-stopped \
ghcr.io/linuxserver/ddclient

@ -14,7 +14,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
# set the loglevel output when running Deluge, default is info for deluged and warning for delgued-web
- DELUGE_LOGLEVEL=error # optional
volumes:

@ -7,7 +7,7 @@ docker run -d \
--net=host `# Shares host networking with container, **required**.` \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-e DELUGE_LOGLEVEL=error `# optional` `# set the loglevel output when running Deluge, default is info for deluged and warning for delgued-web` \
-v ${BASEDIR:-/volume1/docker}/deluge/config:/config `# deluge configs` \
-v ${BASEDIR:-/volume1/docker}/deluge/downloads:/downloads `# torrent download directory` \

@ -14,7 +14,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Users home directory in the container, stores database.
- ${BASEDIR:-/volume1/docker}/digikam/config:/config

@ -7,7 +7,7 @@ docker run -d \
--net=host `# Use Host Networking` \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 3000:3000 `# optional` `# digiKam desktop gui` \
-v ${BASEDIR:-/volume1/docker}/digikam/config:/config `# Users home directory in the container, stores database.` \
--restart unless-stopped \

@ -13,7 +13,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Dillinger plugin config files
- ${BASEDIR:-/volume1/docker}/dillinger/config:/config

@ -6,7 +6,7 @@ docker run -d \
--name=dillinger \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 8080:8080 `# The port for the Dillinger web interface` \
-v ${BASEDIR:-/volume1/docker}/dillinger/config:/config `# Dillinger plugin config files` \
--restart unless-stopped \

@ -7,7 +7,7 @@ docker run -d \
--name=diskover \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-e REDIS_HOST=redis `# Redis host (optional)` \
-e REDIS_PORT=6379 `# Redis port (optional)` \
-e ES_HOST=elasticsearch `# ElasticSearch host (optional)` \

@ -11,7 +11,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Configuration files.
- ${BASEDIR:-/volume1/docker}/doc-builder/config:/config

@ -4,7 +4,7 @@ docker run -d \
--name=doc-builder \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 80:80 `# Application WebUI` \
-v ${BASEDIR:-/volume1/docker}/doc-builder/config:/config `# Configuration files.` \
--restart unless-stopped \

@ -11,7 +11,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Configuration files.
- ${BASEDIR:-/volume1/docker}/docker-compose/config:/config

@ -4,7 +4,7 @@ docker run -d \
--name=docker-compose \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 80:80 `# Application WebUI` \
-v ${BASEDIR:-/volume1/docker}/docker-compose/config:/config `# Configuration files.` \
--restart unless-stopped \

@ -1,3 +1,4 @@
#BASEDIR=/volume1/docker
#PUID=1024
#PGID=100
#TZ=Europe/Amsterdam

@ -18,7 +18,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Configuration files.
- ${BASEDIR:-/volume1/docker}/dokuwiki/config:/config

@ -11,7 +11,7 @@ docker run -d \
--name=dokuwiki \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 80:80 `# Application HTTP Port` \
-p 443:443 `# optional` `# #optional Application HTTPS Port` \
-v ${BASEDIR:-/volume1/docker}/dokuwiki/config:/config `# Configuration files.` \

@ -15,7 +15,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
# Sets webroot to domoticz for usage with subfolder reverse proxy. Not needed unless reverse proxying.
- WEBROOT=domoticz # optional
volumes:

@ -8,7 +8,7 @@ docker run -d \
--name=domoticz \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-e WEBROOT=domoticz `# optional` `# Sets webroot to domoticz for usage with subfolder reverse proxy. Not needed unless reverse proxying.` \
-p 8080:8080 `# WebUI` \
-p 6144:6144 `# Domoticz communication port.` \

@ -14,7 +14,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Users home directory in the container, stores program settings.
- ${BASEDIR:-/volume1/docker}/doublecommander/config:/config

@ -7,7 +7,7 @@ docker run -d \
--name=doublecommander \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 3000:3000 `# Double Commander desktop gui.` \
-v ${BASEDIR:-/volume1/docker}/doublecommander/config:/config `# Users home directory in the container, stores program settings.` \
-v ${BASEDIR:-/volume1/docker}/doublecommander/data:/data `# Host data directories, mount as many as needed.` \

@ -14,7 +14,7 @@ services:
# for UserID
- PGID=${PGID:-100} # optional
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
# multiple subdomains allowed, comma separated, no spaces
- SUBDOMAINS=subdomain1,subdomain2
# DuckDNS token

@ -7,7 +7,7 @@ docker run -d \
--name=duckdns \
-e PUID=${PUID:-1024} `# optional` `# for GroupID` \
-e PGID=${PGID:-100} `# optional` `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-e SUBDOMAINS=subdomain1,subdomain2 `# multiple subdomains allowed, comma separated, no spaces` \
-e TOKEN=token `# DuckDNS token` \
-e LOG_FILE=false `# optional` `# Set to `true` to log to file (also need to map /config).` \

@ -14,7 +14,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
# Optionally specify any [CLI variables](https://duplicati.readthedocs.io/en/latest/07-other-command-line-utilities/) you want to launch the app with
- CLI_ARGS= # optional
volumes:

@ -7,7 +7,7 @@ docker run -d \
--name=duplicati \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-e CLI_ARGS= `# optional` `# Optionally specify any [CLI variables](https://duplicati.readthedocs.io/en/latest/07-other-command-line-utilities/) you want to launch the app with` \
-p 8200:8200 `# http gui` \
-v ${BASEDIR:-/volume1/docker}/duplicati/config:/config `# Contains all relevant configuration files.` \

@ -14,7 +14,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Emby data storage location. *This can grow very large, 50gb+ is likely for a large collection.*
- ${BASEDIR:-/volume1/docker}/emby/config:/config

@ -7,7 +7,7 @@ docker run -d \
--name=emby \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 8096:8096 `# Http webUI.` \
-p 8920:8920 `# optional` `# Https webUI (you need to setup your own certificate).` \
-v ${BASEDIR:-/volume1/docker}/emby/config:/config `# Emby data storage location. *This can grow very large, 50gb+ is likely for a large collection.*` \

@ -14,7 +14,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Contains all relevant configuration files.
- ${BASEDIR:-/volume1/docker}/embystat/config:/config

@ -7,7 +7,7 @@ docker run -d \
--name=embystat \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 6555:6555 `# web gui` \
-v ${BASEDIR:-/volume1/docker}/embystat/config:/config `# Contains all relevant configuration files.` \
--restart unless-stopped \

@ -11,7 +11,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Configuration files.
- ${BASEDIR:-/volume1/docker}/ffmpeg/config:/config

@ -4,7 +4,7 @@ docker run -d \
--name=ffmpeg \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 80:80 `# Application WebUI` \
-v ${BASEDIR:-/volume1/docker}/ffmpeg/config:/config `# Configuration files.` \
--restart unless-stopped \

@ -13,7 +13,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Configuration files.
- ${BASEDIR:-/volume1/docker}/name/config:/config

@ -6,7 +6,7 @@ docker run -d \
--name=name \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 80:80 `# Application WebUI` \
-v ${BASEDIR:-/volume1/docker}/name/config:/config `# Configuration files.` \
--restart unless-stopped \

@ -18,7 +18,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Where Folding@home should store its database and config.
- ${BASEDIR:-/volume1/docker}/foldingathome/config:/config

@ -11,7 +11,7 @@ docker run -d \
--name=foldingathome \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 7396:7396 `# Folding@home web gui.` \
-p 36330:36330 `# optional` `# Optional port for connecting remotely via FAHControl app (no password).` \
-v ${BASEDIR:-/volume1/docker}/foldingathome/config:/config `# Where Folding@home should store its database and config.` \

@ -12,7 +12,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Local storage for freshrss site files.
- ${BASEDIR:-/volume1/docker}/freshrss/config:/config

@ -5,7 +5,7 @@ docker run -d \
--name=freshrss \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 80:80 `# WebUI` \
-v ${BASEDIR:-/volume1/docker}/freshrss/config:/config `# Local storage for freshrss site files.` \
--restart unless-stopped \

@ -12,7 +12,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Contains all relevant configuration files.
- ${BASEDIR:-/volume1/docker}/grav/config:/config

@ -5,7 +5,7 @@ docker run -d \
--name=grav \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 80:80 `# Port for web frontend` \
-v ${BASEDIR:-/volume1/docker}/grav/config:/config `# Contains all relevant configuration files.` \
--restart unless-stopped \

@ -16,7 +16,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# this will store any uploaded data on the docker host
- ${BASEDIR:-/volume1/docker}/grocy/config:/config

@ -9,7 +9,7 @@ docker run -d \
--name=grocy \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 9283:80 `# will map the container's port 80 to port 9283 on the host` \
-v ${BASEDIR:-/volume1/docker}/grocy/config:/config `# this will store any uploaded data on the docker host` \
--restart unless-stopped \

@ -28,7 +28,7 @@ services:
# Key used to secure communication.
- SEC_KEY=<Your Key To Encrypt Security Data>
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Where HABridge stores config files and data.
- ${BASEDIR:-/volume1/docker}/habridge/config:/config

@ -20,7 +20,7 @@ docker run -d \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e SEC_KEY=<Your Key To Encrypt Security Data> `# Key used to secure communication.` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 8080:8080 `# WebUI` \
-p 50000:50000 `# HABridge communication port.` \
-v ${BASEDIR:-/volume1/docker}/habridge/config:/config `# Where HABridge stores config files and data.` \

@ -13,7 +13,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Configuration files.
- ${BASEDIR:-/volume1/docker}/headphones/config:/config

@ -6,7 +6,7 @@ docker run -d \
--name=headphones \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 8181:8181 `# Application WebUI` \
-v ${BASEDIR:-/volume1/docker}/headphones/config:/config `# Configuration files.` \
-v ${BASEDIR:-/volume1/docker}/headphones/downloads:/downloads `# ISOs.` \

@ -14,7 +14,7 @@ docker run -d \
-e DB_USER=hedgedoc `# Database user` \
-e DB_PASS=<secret password> `# Database password` \
-e DB_NAME=hedgedoc `# Database name` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 3000:3000 `# If you wish to access this container from http://{IP}:${PORT}` this *must* be left unchanged.` \
-v ${BASEDIR:-/volume1/docker}/hedgedoc/config:/config `# HedgeDoc config and configurable files` \
--restart unless-stopped \

@ -15,7 +15,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Contains all relevant configuration files.
- ${BASEDIR:-/volume1/docker}/heimdall/config:/config

@ -8,7 +8,7 @@ docker run -d \
--name=heimdall \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 80:80 `# http gui` \
-p 443:443 `# https gui` \
-v ${BASEDIR:-/volume1/docker}/heimdall/config:/config `# Contains all relevant configuration files.` \

@ -15,7 +15,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Home Assistant config storage path.
- ${BASEDIR:-/volume1/docker}/homeassistant/config:/config

@ -8,7 +8,7 @@ docker run -d \
--net=host `# Shares host networking with container. Required for some devices to be discovered by Home Assistant.` \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-v ${BASEDIR:-/volume1/docker}/homeassistant/config:/config `# Home Assistant config storage path.` \
--device /path/to/device:/path/to/device `# For passing through USB, serial or gpio devices.` \
--restart unless-stopped \

@ -12,7 +12,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Configuration files.
- ${BASEDIR:-/volume1/docker}/htpcmanager/config:/config

@ -5,7 +5,7 @@ docker run -d \
--name=htpcmanager \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 8085:8085 `# Application WebUI` \
-v ${BASEDIR:-/volume1/docker}/htpcmanager/config:/config `# Configuration files.` \
--restart unless-stopped \

@ -14,7 +14,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Where hydra should store config files.
- ${BASEDIR:-/volume1/docker}/hydra/config:/config

@ -7,7 +7,7 @@ docker run -d \
--name=hydra \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 5075:5075 `# WebUI` \
-v ${BASEDIR:-/volume1/docker}/hydra/config:/config `# Where hydra should store config files.` \
-v ${BASEDIR:-/volume1/docker}/hydra/downloads:/downloads `# NZB download folder.` \

@ -21,7 +21,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Where hydra2 should store config files.
- ${BASEDIR:-/volume1/docker}/hydra2/config:/config

@ -14,7 +14,7 @@ docker run -d \
--name=hydra2 \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 5076:5076 `# WebUI` \
-v ${BASEDIR:-/volume1/docker}/hydra2/config:/config `# Where hydra2 should store config files.` \
-v ${BASEDIR:-/volume1/docker}/hydra2/downloads:/downloads `# NZB download folder.` \

@ -13,7 +13,7 @@ services:
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# IPFS storage and config files/logs
- ${BASEDIR:-/volume1/docker}/ipfs/config:/config

@ -6,7 +6,7 @@ docker run -d \
--name=ipfs \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 80:80 `# The port for the IPFS web UI` \
-p 4001:4001 `# Peering port, this is the only port you should expose to the internet` \
-p 5001:5001 `# API port, the clientside webUI needs to be able to talk to this from whatever machine your web browser is on` \

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save