• 0 Posts
  • 1 Comment
Joined 1Y ago
cake
Cake day: Jun 13, 2023

help-circle
rss

If you didn’t map a local config file into the container, it’s using the default version inside the container at /app/public/conf.yml (and any changes will get overwritten when you rebuild the container). If you want to make changes to the configuration for the widget, you’ll want to use the -v option with a local config file so the changes you make will persist.