mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-12 15:27:51 -05:00
By default, the container starts without extensions. But if for some reasons, you need to add them without copying or moving some code, you can embed them while starting the container. The syntax is: ``` make start extensions="/full/path/to/extension/1 /full/path/to/extension/2" ```