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

Update 'README.md'

This commit is contained in:
fox 2021-02-02 08:44:33 +03:00
parent 0a1fc5ae6c
commit 1beb1d2d59

View file

@ -49,7 +49,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.
Main configuration file (`config.php`) is rewritten on startup, don't edit it manually. Use environment variables
(see `app/Dockerfile` for complete list) or use `config.d` snippets to customize it.
(see `app/Dockerfile` for complete list) or `config.d` snippets to customize it.
#### Pull and start the container