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

update README.md

This commit is contained in:
Andrew Dolgov 2021-01-31 16:04:18 +03:00
parent 1b88e18192
commit be80ae2fe6

View file

@ -39,8 +39,7 @@ remove ``127.0.0.1:`` from ``HTTP_PORT`` variable in ``.env``.
Please don't rename the services inside `docker-compose.yml` unless you know what you're doing. Web container expects application container to be named `app`, if you rename it and it's not accessible via Docker DNS as `http://app` you will run into 502 errors on startup.
You can customize other `config.php` defines using environment variables (see `app/Dockerfile`
for complete list).
You can customize other `config.php` defines using environment variables (see `app/Dockerfile` for complete list).
#### Build and start the container