diff --git a/lsio/babybuddy/docker-compose.yaml b/lsio/babybuddy/docker-compose.yaml index 188035e..4465f28 100644 --- a/lsio/babybuddy/docker-compose.yaml +++ b/lsio/babybuddy/docker-compose.yaml @@ -18,7 +18,7 @@ services: # Add any address you'd like to access babybuddy at (comma separated, no spaces) - CSRF_TRUSTED_ORIGINS=http://127.0.0.1:8000,https://babybuddy.domain.com volumes: - # Contains all relevant configuration and data. + # Persistent config files - ${BASEDIR:-/volume1/docker}/babybuddy/config:/config ports: # the port for the web ui diff --git a/lsio/babybuddy/docker-run.sh b/lsio/babybuddy/docker-run.sh index 99e5820..1a61a25 100644 --- a/lsio/babybuddy/docker-run.sh +++ b/lsio/babybuddy/docker-run.sh @@ -10,6 +10,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).` \ -e CSRF_TRUSTED_ORIGINS=http://127.0.0.1:8000,https://babybuddy.domain.com `# Add any address you'd like to access babybuddy at (comma separated, no spaces)` \ -p 8000:8000 `# the port for the web ui` \ - -v ${BASEDIR:-/volume1/docker}/babybuddy/config:/config `# Contains all relevant configuration and data.` \ + -v ${BASEDIR:-/volume1/docker}/babybuddy/config:/config `# Persistent config files` \ --restart unless-stopped \ ghcr.io/linuxserver/babybuddy diff --git a/lsio/bazarr/docker-compose.yaml b/lsio/bazarr/docker-compose.yaml index dcfa373..fba35b1 100644 --- a/lsio/bazarr/docker-compose.yaml +++ b/lsio/bazarr/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: - # Bazarr data + # Persistent config files - ${BASEDIR:-/volume1/docker}/bazarr/config:/config # Location of your movies - ${BASEDIR:-/volume1/docker}/bazarr/movies:/movies # optional diff --git a/lsio/bazarr/docker-run.sh b/lsio/bazarr/docker-run.sh index 153a595..d5f9f5b 100644 --- a/lsio/bazarr/docker-run.sh +++ b/lsio/bazarr/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 6767:6767 `# Allows HTTP access to the internal webserver.` \ - -v ${BASEDIR:-/volume1/docker}/bazarr/config:/config `# Bazarr data` \ + -v ${BASEDIR:-/volume1/docker}/bazarr/config:/config `# Persistent config files` \ -v ${BASEDIR:-/volume1/docker}/bazarr/movies:/movies `# optional` `# Location of your movies` \ -v ${BASEDIR:-/volume1/docker}/bazarr/tv:/tv `# optional` `# Location of your TV Shows` \ --restart unless-stopped \ diff --git a/lsio/dokuwiki/docker-compose.yaml b/lsio/dokuwiki/docker-compose.yaml index 314e6bd..e070740 100644 --- a/lsio/dokuwiki/docker-compose.yaml +++ b/lsio/dokuwiki/docker-compose.yaml @@ -20,7 +20,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}/dokuwiki/config:/config ports: # Application HTTP Port diff --git a/lsio/dokuwiki/docker-run.sh b/lsio/dokuwiki/docker-run.sh index 860cf0c..07bff85 100644 --- a/lsio/dokuwiki/docker-run.sh +++ b/lsio/dokuwiki/docker-run.sh @@ -14,6 +14,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 `# Application HTTP Port` \ -p 443:443 `# optional` `# #optional Application HTTPS Port` \ - -v ${BASEDIR:-/volume1/docker}/dokuwiki/config:/config `# Configuration files.` \ + -v ${BASEDIR:-/volume1/docker}/dokuwiki/config:/config `# Persistent config files` \ --restart unless-stopped \ ghcr.io/linuxserver/dokuwiki diff --git a/lsio/healthchecks/docker-compose.yaml b/lsio/healthchecks/docker-compose.yaml index 567a94f..ce706ed 100644 --- a/lsio/healthchecks/docker-compose.yaml +++ b/lsio/healthchecks/docker-compose.yaml @@ -15,46 +15,46 @@ services: - PGID=${PGID:-100} # specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). - TZ=${TZ:-Europe/Amsterdam} - # The site's top-level URL and the port it listens to if differrent than 80 or 443 (e.g., https://healthchecks.example.com:8000) + # The site's top-level URL and the port it listens to if different than 80 or 443 (e.g., https://healthchecks.example.com:8000). - SITE_ROOT= - # The site's name (e.g., "Example Corp HealthChecks") + # The site's name (e.g., "Example Corp HealthChecks"). - SITE_NAME= - # From email for alerts - - DEFAULT_FROM_EMAIL= - # SMTP host - - EMAIL_HOST= - # SMTP port - - EMAIL_PORT= - # SMTP user - - EMAIL_HOST_USER= - # SMTP password - - EMAIL_HOST_PASSWORD= - # Use TLS for SMTP (`True` or `False`) - - EMAIL_USE_TLS= - # Superuser email + # Superuser email. - SUPERUSER_EMAIL= - # Superuser password + # Superuser password. - SUPERUSER_PASSWORD= - # Defaults to False. Set to True to always override the `local_settings.py` file with values from environment variables. Do not set to True if you have made manual modifications to this file. - - REGENERATE_SETTINGS= # optional - # A [list](https://docs.python.org/3/tutorial/introduction.html#lists) of valid hostnames for the server. Default is: `["*"]` + # A comma-separated list of valid hostnames for the server. Default is: `*`. - ALLOWED_HOSTS= # optional + # Set to `True` to enable the Apprise integration (https://github.com/caronc/apprise). + - APPRISE_ENABLED=False # optional # A [list](https://docs.python.org/3/tutorial/introduction.html#lists) of trusted origins for unsafe requests (e.g. POST). Defaults to the value of `SITE_ROOT`. - CSRF_TRUSTED_ORIGINS= # optional - # Defaults to False. A boolean that turns on/off the Apprise integration (https://github.com/caronc/apprise) - - APPRISE_ENABLED= # optional - # Defaults to True. Debug mode relaxes CSRF protections and increases logging verbosity but should be disabled for production instances as it will impact performance and security. - - DEBUG= # optional + # Set to `False` to disable. Debug mode relaxes CSRF protections and increases logging verbosity but should be disabled for production instances as it will impact performance and security. + - DEBUG=True # optional + # From email for alerts. + - DEFAULT_FROM_EMAIL= # optional + # SMTP host. + - EMAIL_HOST= # optional + # SMTP port. + - EMAIL_PORT= # optional + # SMTP user. + - EMAIL_HOST_USER= # optional + # SMTP password. + - EMAIL_HOST_PASSWORD= # optional + # Use TLS for SMTP (`True` or `False`). + - EMAIL_USE_TLS= # optional # Defaults to False. Set to True to allow integrations to connect to private IP addresses. - INTEGRATIONS_ALLOW_PRIVATE_IPS= # optional - # The domain to use for generating ping email addresses. + # The domain to use for generating ping email addresses. Defaults to `localhost`. - PING_EMAIL_DOMAIN= # optional - # A secret key used for cryptographic signing. Will generate a secure value if one is not supplied + # If using webauthn for 2FA set this to match your Healthchecks domain. Webauthn will only work over https. + - RP_ID= # optional + # A secret key used for cryptographic signing. Will generate a random value if one is not supplied and save it to `/config/local_settings.py`. - SECRET_KEY= # optional - # Full URL to custom site logo + # Full URL to custom site logo. - SITE_LOGO_URL= # optional volumes: - # Persistent config files + # Persistent config files. - ${BASEDIR:-/volume1/docker}/healthchecks/config:/config ports: # Healthchecks Web UI diff --git a/lsio/healthchecks/docker-run.sh b/lsio/healthchecks/docker-run.sh index ff5d686..b3259ae 100644 --- a/lsio/healthchecks/docker-run.sh +++ b/lsio/healthchecks/docker-run.sh @@ -8,27 +8,27 @@ 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).` \ - -e SITE_ROOT= `# The site's top-level URL and the port it listens to if differrent than 80 or 443 (e.g., https://healthchecks.example.com:8000)` \ - -e SITE_NAME= `# The site's name (e.g., "Example Corp HealthChecks")` \ - -e DEFAULT_FROM_EMAIL= `# From email for alerts` \ - -e EMAIL_HOST= `# SMTP host` \ - -e EMAIL_PORT= `# SMTP port` \ - -e EMAIL_HOST_USER= `# SMTP user` \ - -e EMAIL_HOST_PASSWORD= `# SMTP password` \ - -e EMAIL_USE_TLS= `# Use TLS for SMTP (`True` or `False`)` \ - -e SUPERUSER_EMAIL= `# Superuser email` \ - -e SUPERUSER_PASSWORD= `# Superuser password` \ - -e REGENERATE_SETTINGS= `# optional` `# Defaults to False. Set to True to always override the `local_settings.py` file with values from environment variables. Do not set to True if you have made manual modifications to this file.` \ - -e ALLOWED_HOSTS= `# optional` `# A [list](https://docs.python.org/3/tutorial/introduction.html#lists) of valid hostnames for the server. Default is: `["*"]`` \ + -e SITE_ROOT= `# The site's top-level URL and the port it listens to if different than 80 or 443 (e.g., https://healthchecks.example.com:8000).` \ + -e SITE_NAME= `# The site's name (e.g., "Example Corp HealthChecks").` \ + -e SUPERUSER_EMAIL= `# Superuser email.` \ + -e SUPERUSER_PASSWORD= `# Superuser password.` \ + -e ALLOWED_HOSTS= `# optional` `# A comma-separated list of valid hostnames for the server. Default is: `*`.` \ + -e APPRISE_ENABLED=False `# optional` `# Set to `True` to enable the Apprise integration (https://github.com/caronc/apprise).` \ -e CSRF_TRUSTED_ORIGINS= `# optional` `# A [list](https://docs.python.org/3/tutorial/introduction.html#lists) of trusted origins for unsafe requests (e.g. POST). Defaults to the value of `SITE_ROOT`.` \ - -e APPRISE_ENABLED= `# optional` `# Defaults to False. A boolean that turns on/off the Apprise integration (https://github.com/caronc/apprise)` \ - -e DEBUG= `# optional` `# Defaults to True. Debug mode relaxes CSRF protections and increases logging verbosity but should be disabled for production instances as it will impact performance and security.` \ + -e DEBUG=True `# optional` `# Set to `False` to disable. Debug mode relaxes CSRF protections and increases logging verbosity but should be disabled for production instances as it will impact performance and security.` \ + -e DEFAULT_FROM_EMAIL= `# optional` `# From email for alerts.` \ + -e EMAIL_HOST= `# optional` `# SMTP host.` \ + -e EMAIL_PORT= `# optional` `# SMTP port.` \ + -e EMAIL_HOST_USER= `# optional` `# SMTP user.` \ + -e EMAIL_HOST_PASSWORD= `# optional` `# SMTP password.` \ + -e EMAIL_USE_TLS= `# optional` `# Use TLS for SMTP (`True` or `False`).` \ -e INTEGRATIONS_ALLOW_PRIVATE_IPS= `# optional` `# Defaults to False. Set to True to allow integrations to connect to private IP addresses.` \ - -e PING_EMAIL_DOMAIN= `# optional` `# The domain to use for generating ping email addresses.` \ - -e SECRET_KEY= `# optional` `# A secret key used for cryptographic signing. Will generate a secure value if one is not supplied` \ - -e SITE_LOGO_URL= `# optional` `# Full URL to custom site logo` \ + -e PING_EMAIL_DOMAIN= `# optional` `# The domain to use for generating ping email addresses. Defaults to `localhost`.` \ + -e RP_ID= `# optional` `# If using webauthn for 2FA set this to match your Healthchecks domain. Webauthn will only work over https.` \ + -e SECRET_KEY= `# optional` `# A secret key used for cryptographic signing. Will generate a random value if one is not supplied and save it to `/config/local_settings.py`.` \ + -e SITE_LOGO_URL= `# optional` `# Full URL to custom site logo.` \ -p 8000:8000 `# Healthchecks Web UI` \ -p 2525:2525 `# optional` `# Port for inbound SMTP pings` \ - -v ${BASEDIR:-/volume1/docker}/healthchecks/config:/config `# Persistent config files` \ + -v ${BASEDIR:-/volume1/docker}/healthchecks/config:/config `# Persistent config files.` \ --restart unless-stopped \ ghcr.io/linuxserver/healthchecks diff --git a/lsio/librespeed/docker-compose.yaml b/lsio/librespeed/docker-compose.yaml index 304b27b..66b82a0 100644 --- a/lsio/librespeed/docker-compose.yaml +++ b/lsio/librespeed/docker-compose.yaml @@ -34,7 +34,7 @@ services: # Access token from ipinfo.io. Required for detailed IP information. - IPINFO_APIKEY=ACCESS_TOKEN # optional volumes: - # Contains all relevant configuration files. + # Persistent config files - ${BASEDIR:-/volume1/docker}/librespeed/config:/config ports: # web gui diff --git a/lsio/librespeed/docker-run.sh b/lsio/librespeed/docker-run.sh index 47d5f19..d19ea05 100644 --- a/lsio/librespeed/docker-run.sh +++ b/lsio/librespeed/docker-run.sh @@ -18,6 +18,6 @@ docker run -d \ -e DB_PORT=DB_PORT `# optional` `# Database port. Required for mysql.` \ -e IPINFO_APIKEY=ACCESS_TOKEN `# optional` `# Access token from ipinfo.io. Required for detailed IP information.` \ -p 80:80 `# web gui` \ - -v ${BASEDIR:-/volume1/docker}/librespeed/config:/config `# Contains all relevant configuration files.` \ + -v ${BASEDIR:-/volume1/docker}/librespeed/config:/config `# Persistent config files` \ --restart unless-stopped \ ghcr.io/linuxserver/librespeed diff --git a/lsio/mylar3/docker-compose.yaml b/lsio/mylar3/docker-compose.yaml index 3a0c216..1a30e06 100644 --- a/lsio/mylar3/docker-compose.yaml +++ b/lsio/mylar3/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 mylar should store config files. + # Persistent config files - ${BASEDIR:-/volume1/docker}/mylar3/config:/config # Map to your comics folder. - ${BASEDIR:-/volume1/docker}/mylar3/comics:/comics diff --git a/lsio/mylar3/docker-run.sh b/lsio/mylar3/docker-run.sh index c9149fa..a74a63c 100644 --- a/lsio/mylar3/docker-run.sh +++ b/lsio/mylar3/docker-run.sh @@ -9,7 +9,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 8090:8090 `# WebUI` \ - -v ${BASEDIR:-/volume1/docker}/mylar3/config:/config `# Where mylar should store config files.` \ + -v ${BASEDIR:-/volume1/docker}/mylar3/config:/config `# Persistent config files` \ -v ${BASEDIR:-/volume1/docker}/mylar3/comics:/comics `# Map to your comics folder.` \ -v ${BASEDIR:-/volume1/docker}/mylar3/downloads:/downloads `# Map to your downloads folder.` \ --restart unless-stopped \ diff --git a/lsio/overseerr/docker-compose.yaml b/lsio/overseerr/docker-compose.yaml index b5621ab..574b565 100644 --- a/lsio/overseerr/docker-compose.yaml +++ b/lsio/overseerr/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: - # Contains all relevant configuration files. + # Persistent config files - ${BASEDIR:-/volume1/docker}/overseerr/config:/config ports: # Port for Overseerr's web interface. diff --git a/lsio/overseerr/docker-run.sh b/lsio/overseerr/docker-run.sh index 530192b..c4af47c 100644 --- a/lsio/overseerr/docker-run.sh +++ b/lsio/overseerr/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 5055:5055 `# Port for Overseerr's web interface.` \ - -v ${BASEDIR:-/volume1/docker}/overseerr/config:/config `# Contains all relevant configuration files.` \ + -v ${BASEDIR:-/volume1/docker}/overseerr/config:/config `# Persistent config files` \ --restart unless-stopped \ ghcr.io/linuxserver/overseerr diff --git a/lsio/piwigo/docker-compose.yaml b/lsio/piwigo/docker-compose.yaml index b86bf44..6f1c547 100644 --- a/lsio/piwigo/docker-compose.yaml +++ b/lsio/piwigo/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: - # Configuration files. + # Persistent config files - ${BASEDIR:-/volume1/docker}/piwigo/config:/config # Image storage for Piwigo - ${BASEDIR:-/volume1/docker}/piwigo/gallery:/gallery diff --git a/lsio/piwigo/docker-run.sh b/lsio/piwigo/docker-run.sh index 98d5415..132de04 100644 --- a/lsio/piwigo/docker-run.sh +++ b/lsio/piwigo/docker-run.sh @@ -9,7 +9,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 80:80 `# Application WebUI` \ - -v ${BASEDIR:-/volume1/docker}/piwigo/config:/config `# Configuration files.` \ + -v ${BASEDIR:-/volume1/docker}/piwigo/config:/config `# Persistent config files` \ -v ${BASEDIR:-/volume1/docker}/piwigo/gallery:/gallery `# Image storage for Piwigo` \ --restart unless-stopped \ ghcr.io/linuxserver/piwigo diff --git a/lsio/projectsend/docker-compose.yaml b/lsio/projectsend/docker-compose.yaml index f133926..7b55fe3 100644 --- a/lsio/projectsend/docker-compose.yaml +++ b/lsio/projectsend/docker-compose.yaml @@ -19,7 +19,7 @@ services: # To set maximum upload size (in MB), default if unset is 5000. - MAX_UPLOAD=5000 volumes: - # Where to store projectsend config files. + # Persistent config files - ${BASEDIR:-/volume1/docker}/projectsend/config:/config # Where to store files to share. - ${BASEDIR:-/volume1/docker}/projectsend/data:/data diff --git a/lsio/projectsend/docker-run.sh b/lsio/projectsend/docker-run.sh index de732a9..41a4c00 100644 --- a/lsio/projectsend/docker-run.sh +++ b/lsio/projectsend/docker-run.sh @@ -11,7 +11,7 @@ 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).` \ -e MAX_UPLOAD=5000 `# To set maximum upload size (in MB), default if unset is 5000.` \ -p 80:80 `# WebUI` \ - -v ${BASEDIR:-/volume1/docker}/projectsend/config:/config `# Where to store projectsend config files.` \ + -v ${BASEDIR:-/volume1/docker}/projectsend/config:/config `# Persistent config files` \ -v ${BASEDIR:-/volume1/docker}/projectsend/data:/data `# Where to store files to share.` \ --restart unless-stopped \ ghcr.io/linuxserver/projectsend diff --git a/lsio/pyload-ng/docker-compose.yaml b/lsio/pyload-ng/docker-compose.yaml index a5e5acf..7ae3c58 100644 --- a/lsio/pyload-ng/docker-compose.yaml +++ b/lsio/pyload-ng/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: - # pyLoad Configuration and files database + # Persistent config files - ${BASEDIR:-/volume1/docker}/pyload-ng/config:/config # Destination of pyLoad downloads - ${BASEDIR:-/volume1/docker}/pyload-ng/downloads:/downloads diff --git a/lsio/pyload-ng/docker-run.sh b/lsio/pyload-ng/docker-run.sh index b7a1cb1..4cc18c0 100644 --- a/lsio/pyload-ng/docker-run.sh +++ b/lsio/pyload-ng/docker-run.sh @@ -10,7 +10,7 @@ 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 8000:8000 `# Allows HTTP access to the application` \ -p 9666:9666 `# optional` `# Click'n'Load port.` \ - -v ${BASEDIR:-/volume1/docker}/pyload-ng/config:/config `# pyLoad Configuration and files database` \ + -v ${BASEDIR:-/volume1/docker}/pyload-ng/config:/config `# Persistent config files` \ -v ${BASEDIR:-/volume1/docker}/pyload-ng/downloads:/downloads `# Destination of pyLoad downloads` \ --restart unless-stopped \ ghcr.io/linuxserver/pyload-ng diff --git a/lsio/rsnapshot/docker-compose.yaml b/lsio/rsnapshot/docker-compose.yaml index 4cf9394..701dcc9 100644 --- a/lsio/rsnapshot/docker-compose.yaml +++ b/lsio/rsnapshot/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}/rsnapshot/config:/config # Storage location for all snapshots. - ${BASEDIR:-/volume1/docker}/rsnapshot/.snapshots:/.snapshots # optional diff --git a/lsio/rsnapshot/docker-run.sh b/lsio/rsnapshot/docker-run.sh index 8f908de..2372793 100644 --- a/lsio/rsnapshot/docker-run.sh +++ b/lsio/rsnapshot/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 80:80 `# Application WebUI` \ - -v ${BASEDIR:-/volume1/docker}/rsnapshot/config:/config `# Contains all relevant configuration files.` \ + -v ${BASEDIR:-/volume1/docker}/rsnapshot/config:/config `# Persistent config files` \ -v ${BASEDIR:-/volume1/docker}/rsnapshot/.snapshots:/.snapshots `# optional` `# Storage location for all snapshots.` \ -v ${BASEDIR:-/volume1/docker}/rsnapshot/data:/data `# optional` `# Storage location for data to be backed up.` \ --restart unless-stopped \ diff --git a/lsio/thelounge/docker-compose.yaml b/lsio/thelounge/docker-compose.yaml index 3c3d0f9..3bc0a47 100644 --- a/lsio/thelounge/docker-compose.yaml +++ b/lsio/thelounge/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: - # Configuration files. + # Persistent config files - ${BASEDIR:-/volume1/docker}/thelounge/config:/config ports: # Application WebUI diff --git a/lsio/thelounge/docker-run.sh b/lsio/thelounge/docker-run.sh index 9a6b556..d2544d6 100644 --- a/lsio/thelounge/docker-run.sh +++ b/lsio/thelounge/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 9000:9000 `# Application WebUI` \ - -v ${BASEDIR:-/volume1/docker}/thelounge/config:/config `# Configuration files.` \ + -v ${BASEDIR:-/volume1/docker}/thelounge/config:/config `# Persistent config files` \ --restart unless-stopped \ ghcr.io/linuxserver/thelounge diff --git a/lsio/webgrabplus/docker-compose.yaml b/lsio/webgrabplus/docker-compose.yaml index edbeaf2..89a8dc9 100644 --- a/lsio/webgrabplus/docker-compose.yaml +++ b/lsio/webgrabplus/docker-compose.yaml @@ -18,7 +18,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 webgrabplus should store it's config files. + # Persistent config files - ${BASEDIR:-/volume1/docker}/webgrabplus/config:/config # Where webgrabplus should store it's data files. - ${BASEDIR:-/volume1/docker}/webgrabplus/data:/data diff --git a/lsio/webgrabplus/docker-run.sh b/lsio/webgrabplus/docker-run.sh index 4c2f265..5d534b7 100644 --- a/lsio/webgrabplus/docker-run.sh +++ b/lsio/webgrabplus/docker-run.sh @@ -9,7 +9,7 @@ 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}/webgrabplus/config:/config `# Where webgrabplus should store it's config files.` \ + -v ${BASEDIR:-/volume1/docker}/webgrabplus/config:/config `# Persistent config files` \ -v ${BASEDIR:-/volume1/docker}/webgrabplus/data:/data `# Where webgrabplus should store it's data files.` \ --restart unless-stopped \ ghcr.io/linuxserver/webgrabplus