Small fixes

This commit is contained in:
Marko Korhonen 2020-06-27 11:26:25 +03:00
parent 4c62b31767
commit 0f58c30fca
2 changed files with 1 additions and 1 deletions

8
docker/tt-rss/.env Normal file
View file

@ -0,0 +1,8 @@
BUILD_TAG=latest
POSTGRES_USER=postgres
POSTGRES_PASSWORD=password
OWNER_UID=1000
OWNER_GID=985
HTTP_HOST=localhost
SELF_URL_PATH=https://rss.reekynet.com
HTTP_PORT=8280