diff --git a/lsio/beets/docker-compose.yaml b/lsio/beets/docker-compose.yaml index e7c8751..ef07f24 100644 --- a/lsio/beets/docker-compose.yaml +++ b/lsio/beets/docker-compose.yaml @@ -17,7 +17,7 @@ services: # specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). - TZ=${TZ:-Europe/Amsterdam} volumes: - # Configuration files. + # Persistent config files - ${BASEDIR:-/volume1/docker}/beets/config:/config # Music library - ${BASEDIR:-/volume1/docker}/beets/music:/music diff --git a/lsio/beets/docker-run.sh b/lsio/beets/docker-run.sh index c4b153e..c5d73bf 100644 --- a/lsio/beets/docker-run.sh +++ b/lsio/beets/docker-run.sh @@ -10,7 +10,7 @@ docker run -d \ -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).` \ -p 8337:8337 `# Application WebUI` \ - -v ${BASEDIR:-/volume1/docker}/beets/config:/config `# Configuration files.` \ + -v ${BASEDIR:-/volume1/docker}/beets/config:/config `# Persistent config files` \ -v ${BASEDIR:-/volume1/docker}/beets/music:/music `# Music library` \ -v ${BASEDIR:-/volume1/docker}/beets/downloads:/downloads `# Non processed music` \ --restart unless-stopped \ diff --git a/lsio/ddclient/docker-compose.yaml b/lsio/ddclient/docker-compose.yaml index e15307c..7c62386 100644 --- a/lsio/ddclient/docker-compose.yaml +++ b/lsio/ddclient/docker-compose.yaml @@ -18,6 +18,6 @@ services: # specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). - TZ=${TZ:-Europe/Amsterdam} volumes: - # Where ddclient should store its config files. + # Persistent config files - ${BASEDIR:-/volume1/docker}/ddclient/config:/config restart: unless-stopped diff --git a/lsio/ddclient/docker-run.sh b/lsio/ddclient/docker-run.sh index b573926..4b5fddc 100644 --- a/lsio/ddclient/docker-run.sh +++ b/lsio/ddclient/docker-run.sh @@ -10,6 +10,6 @@ docker run -d \ -e PUID=${PUID:-1024} `# for UserID` \ -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).` \ - -v ${BASEDIR:-/volume1/docker}/ddclient/config:/config `# Where ddclient should store its config files.` \ + -v ${BASEDIR:-/volume1/docker}/ddclient/config:/config `# Persistent config files` \ --restart unless-stopped \ ghcr.io/linuxserver/ddclient diff --git a/lsio/doplarr/docker-compose.yaml b/lsio/doplarr/docker-compose.yaml index 57e2a5a..be30644 100644 --- a/lsio/doplarr/docker-compose.yaml +++ b/lsio/doplarr/docker-compose.yaml @@ -51,6 +51,6 @@ services: # For passing additional java options. - JAVA_OPTS= # optional volumes: - # Contains all relevant configuration files. + # Persistent config files - ${BASEDIR:-/volume1/docker}/doplarr/config:/config restart: unless-stopped diff --git a/lsio/doplarr/docker-run.sh b/lsio/doplarr/docker-run.sh index cdca5de..65c39ae 100644 --- a/lsio/doplarr/docker-run.sh +++ b/lsio/doplarr/docker-run.sh @@ -25,6 +25,6 @@ docker run -d \ -e PARTIAL_SEASONS=true `# optional` `# Sets whether users can request partial seasons.` \ -e LOG_LEVEL=:info `# optional` `# The log level for the logging backend. This can be changed for debugging purposes. One of trace `:debug` `:info` `:warn` `:error` `:fatal` `:report`` \ -e JAVA_OPTS= `# optional` `# For passing additional java options.` \ - -v ${BASEDIR:-/volume1/docker}/doplarr/config:/config `# Contains all relevant configuration files.` \ + -v ${BASEDIR:-/volume1/docker}/doplarr/config:/config `# Persistent config files` \ --restart unless-stopped \ ghcr.io/linuxserver/doplarr diff --git a/lsio/freshrss/docker-compose.yaml b/lsio/freshrss/docker-compose.yaml index 3e5c36c..e84ba09 100644 --- a/lsio/freshrss/docker-compose.yaml +++ b/lsio/freshrss/docker-compose.yaml @@ -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). - TZ=${TZ:-Europe/Amsterdam} volumes: - # Local storage for freshrss site files. + # Persistent config files - ${BASEDIR:-/volume1/docker}/freshrss/config:/config ports: # WebUI diff --git a/lsio/freshrss/docker-run.sh b/lsio/freshrss/docker-run.sh index e3a6fbf..10b9e93 100644 --- a/lsio/freshrss/docker-run.sh +++ b/lsio/freshrss/docker-run.sh @@ -8,6 +8,6 @@ docker run -d \ -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).` \ -p 80:80 `# WebUI` \ - -v ${BASEDIR:-/volume1/docker}/freshrss/config:/config `# Local storage for freshrss site files.` \ + -v ${BASEDIR:-/volume1/docker}/freshrss/config:/config `# Persistent config files` \ --restart unless-stopped \ ghcr.io/linuxserver/freshrss diff --git a/lsio/hedgedoc/docker-compose.yaml b/lsio/hedgedoc/docker-compose.yaml index 1e5022b..d51a449 100644 --- a/lsio/hedgedoc/docker-compose.yaml +++ b/lsio/hedgedoc/docker-compose.yaml @@ -38,7 +38,7 @@ services: # Comma-separated list of allowed hostnames - CMD_ALLOW_ORIGIN=['localhost'] # optional volumes: - # HedgeDoc config and configurable files + # Persistent config files - ${BASEDIR:-/volume1/docker}/hedgedoc/config:/config ports: # Web gui port (internal port also needs to be changed if accessing at port other than 80, 443 and 3000). diff --git a/lsio/hedgedoc/docker-run.sh b/lsio/hedgedoc/docker-run.sh index a22776d..7a9af14 100644 --- a/lsio/hedgedoc/docker-run.sh +++ b/lsio/hedgedoc/docker-run.sh @@ -21,6 +21,6 @@ docker run -d \ -e CMD_PORT=3000 `# optional` `# If you wish to access hedgedoc at a port different than 80, 443 or 3000, you need to set this to that port (ie. `CMD_PORT=5000`) and change the port mapping accordingly (5000:5000).` \ -e CMD_ALLOW_ORIGIN=['localhost'] `# optional` `# Comma-separated list of allowed hostnames` \ -p 3000:3000 `# Web gui port (internal port also needs to be changed if accessing at port other than 80, 443 and 3000).` \ - -v ${BASEDIR:-/volume1/docker}/hedgedoc/config:/config `# HedgeDoc config and configurable files` \ + -v ${BASEDIR:-/volume1/docker}/hedgedoc/config:/config `# Persistent config files` \ --restart unless-stopped \ ghcr.io/linuxserver/hedgedoc diff --git a/lsio/heimdall/docker-compose.yaml b/lsio/heimdall/docker-compose.yaml index d4f53c6..4b0e6df 100644 --- a/lsio/heimdall/docker-compose.yaml +++ b/lsio/heimdall/docker-compose.yaml @@ -17,7 +17,7 @@ services: # specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). - TZ=${TZ:-Europe/Amsterdam} volumes: - # Contains all relevant configuration files. + # Persistent config files - ${BASEDIR:-/volume1/docker}/heimdall/config:/config ports: # http gui diff --git a/lsio/heimdall/docker-run.sh b/lsio/heimdall/docker-run.sh index e17e687..0b6b05d 100644 --- a/lsio/heimdall/docker-run.sh +++ b/lsio/heimdall/docker-run.sh @@ -11,6 +11,6 @@ docker run -d \ -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 80:80 `# http gui` \ -p 443:443 `# https gui` \ - -v ${BASEDIR:-/volume1/docker}/heimdall/config:/config `# Contains all relevant configuration files.` \ + -v ${BASEDIR:-/volume1/docker}/heimdall/config:/config `# Persistent config files` \ --restart unless-stopped \ ghcr.io/linuxserver/heimdall diff --git a/lsio/limnoria/docker-compose.yaml b/lsio/limnoria/docker-compose.yaml index 6807467..84389e0 100644 --- a/lsio/limnoria/docker-compose.yaml +++ b/lsio/limnoria/docker-compose.yaml @@ -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). - TZ=${TZ:-Europe/Amsterdam} volumes: - # Where Limnoria config is stored. + # Persistent config files - ${BASEDIR:-/volume1/docker}/limnoria/config:/config ports: # Port for Limnoria's web interface. diff --git a/lsio/limnoria/docker-run.sh b/lsio/limnoria/docker-run.sh index db4d638..705f132 100644 --- a/lsio/limnoria/docker-run.sh +++ b/lsio/limnoria/docker-run.sh @@ -9,6 +9,6 @@ docker run -d \ -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).` \ -p 8080:8080 `# Port for Limnoria's web interface.` \ - -v ${BASEDIR:-/volume1/docker}/limnoria/config:/config `# Where Limnoria config is stored.` \ + -v ${BASEDIR:-/volume1/docker}/limnoria/config:/config `# Persistent config files` \ --restart unless-stopped \ ghcr.io/linuxserver/limnoria diff --git a/lsio/mariadb/docker-compose.yaml b/lsio/mariadb/docker-compose.yaml index 5f4eab5..835d03b 100644 --- a/lsio/mariadb/docker-compose.yaml +++ b/lsio/mariadb/docker-compose.yaml @@ -25,7 +25,7 @@ services: # Set this to ingest sql files from an http/https endpoint (comma seperated array). - REMOTE_SQL=http://URL1/your.sql,https://URL2/your.sql # optional volumes: - # Contains the db itself and all assorted settings. + # Persistent config files - ${BASEDIR:-/volume1/docker}/mariadb/config:/config ports: # Mariadb listens on this port. diff --git a/lsio/mariadb/docker-run.sh b/lsio/mariadb/docker-run.sh index 0155780..68561f0 100644 --- a/lsio/mariadb/docker-run.sh +++ b/lsio/mariadb/docker-run.sh @@ -13,6 +13,6 @@ docker run -d \ -e MYSQL_PASSWORD=DATABASE_PASSWORD `# optional` `# Set this to the password you want to use for you MYSQL_USER (minimum 4 characters & non-alphanumeric passwords must be properly escaped).` \ -e REMOTE_SQL=http://URL1/your.sql,https://URL2/your.sql `# optional` `# Set this to ingest sql files from an http/https endpoint (comma seperated array).` \ -p 3306:3306 `# Mariadb listens on this port.` \ - -v ${BASEDIR:-/volume1/docker}/mariadb/config:/config `# Contains the db itself and all assorted settings.` \ + -v ${BASEDIR:-/volume1/docker}/mariadb/config:/config `# Persistent config files` \ --restart unless-stopped \ ghcr.io/linuxserver/mariadb diff --git a/lsio/wikijs/docker-compose.yaml b/lsio/wikijs/docker-compose.yaml index c1d0311..d867cdf 100644 --- a/lsio/wikijs/docker-compose.yaml +++ b/lsio/wikijs/docker-compose.yaml @@ -27,7 +27,7 @@ services: # DB password (postgres only) - DB_PASS= # optional volumes: - # Where Wiki.js config is stored. + # Persistent config files - ${BASEDIR:-/volume1/docker}/wikijs/config:/config # Where Wiki.js data is stored. - ${BASEDIR:-/volume1/docker}/wikijs/data:/data diff --git a/lsio/wikijs/docker-run.sh b/lsio/wikijs/docker-run.sh index dd52fce..592a96a 100644 --- a/lsio/wikijs/docker-run.sh +++ b/lsio/wikijs/docker-run.sh @@ -14,7 +14,7 @@ docker run -d \ -e DB_USER= `# optional` `# DB username (postgres only)` \ -e DB_PASS= `# optional` `# DB password (postgres only)` \ -p 3000:3000 `# Port for Wiki.js's web interface.` \ - -v ${BASEDIR:-/volume1/docker}/wikijs/config:/config `# Where Wiki.js config is stored.` \ + -v ${BASEDIR:-/volume1/docker}/wikijs/config:/config `# Persistent config files` \ -v ${BASEDIR:-/volume1/docker}/wikijs/data:/data `# Where Wiki.js data is stored.` \ --restart unless-stopped \ ghcr.io/linuxserver/wikijs