diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-04-14 15:21:10 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-04-14 15:21:10 +0300 |
| commit | 7e403aae92166de6e83a5ab39738ea8ffe6eb713 (patch) | |
| tree | c6714eb8b826d8eae6cba141634b9a7e8f26cd80 /.docker | |
| parent | b154bc7a10e46dc9fa0406996507c4fd410366da (diff) | |
further mysql/DB_TYPE related cleanup
Diffstat (limited to '.docker')
| -rw-r--r-- | .docker/app/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.docker/app/Dockerfile b/.docker/app/Dockerfile index 9ca767608..786179bd5 100644 --- a/.docker/app/Dockerfile +++ b/.docker/app/Dockerfile @@ -91,7 +91,6 @@ ENV TTRSS_XDEBUG_ENABLED="" ENV TTRSS_XDEBUG_HOST="" ENV TTRSS_XDEBUG_PORT="9000" -ENV TTRSS_DB_TYPE="pgsql" ENV TTRSS_DB_HOST="db" ENV TTRSS_DB_PORT="5432" |