mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-12 18:09:53 +02:00
default to a different session name
This commit is contained in:
parent
67c4524dec
commit
f43ade0129
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ ENV TTRSS_DB_TYPE="mysql"
|
|||
ENV TTRSS_DB_HOST="db"
|
||||
ENV TTRSS_DB_PORT="3306"
|
||||
|
||||
ENV TTRSS_SESSION_NAME="ttrss_sid_mysql"
|
||||
ENV TTRSS_MYSQL_CHARSET="UTF8"
|
||||
ENV TTRSS_PHP_EXECUTABLE="/usr/bin/php8"
|
||||
ENV TTRSS_PLUGINS="auth_internal, note, nginx_xaccel"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue