1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-09 21:49:51 +02:00

clarify what HTTP_HOST does in .env-dist

This commit is contained in:
Andrew Dolgov 2020-01-19 13:21:00 +03:00
parent b2bf8114d9
commit 0168b8e689

View file

@ -7,6 +7,8 @@ POSTGRES_PASSWORD=password
OWNER_UID=1000
OWNER_GID=1000
# You can keep this as localhost unless you want to use the ssl sidecar
# container (I suggest terminating ssl on the reverse proxy instead).
HTTP_HOST=localhost
# You will likely need to set this to the correct value, see README.md