23 lines
699 B
Bash
23 lines
699 B
Bash
# Uncomment and change the following variables if you want to use them.
|
|
#RESTART=unless-stopped
|
|
#SYNOLOGY_VOLUME=volume1
|
|
#STACK_NAME=freshrss
|
|
#UID=1024
|
|
#GID=101
|
|
#TZ=Europe/Amsterdam
|
|
#FRESHRSS_CONTAINER_NAME=FreshRSS
|
|
#FRESHRSS_TAG=latest
|
|
#FRESHRSS_PORT=80
|
|
#FRESHRSS_MARIADB_CONTAINER_NAME=FreshRSS-MariaDB
|
|
#FRESHRSS_MARIADB_TAG=latest
|
|
#FRESHRSS_MARIADB_PORT=3306
|
|
#MARIADB_DATABASE=freshrss
|
|
#FRESHRSS_MARIADB_USER=freshrss
|
|
#FRESHRSS_MARIADB_PASSWORD=freshrss
|
|
#FRESHRSS_MARIADB_ROOT_PASSWORD=freshrss
|
|
#FRESHRSS_POSTGRESQL_CONTAINER_NAME=FreshRSS-PostgreSQL
|
|
#FRESHRSS_POSTGRESQL_TAG=latest
|
|
#FRESHRSS_POSTGRESQL_DATABASE=freshrss
|
|
#FRESHRSS_POSTGRESQL_USER=freshrss
|
|
#FRESHRSS_POSTGRESQL_PASSWORD=freshrss
|