Skip to content

Request - Absolute idiots guide for installation #198

Answered by 0x2142
boxgr0ve asked this question in Q&A
Discussion options

You must be logged in to vote

Hi there! The easiest way to add a config file to your container would be mapping it to a local folder (volume) on your docker host.

  1. Connect to your docker host via SSH
  2. Create a new folder for this app: mkdir frigate-notify
  3. Navigate to that directory: cd frigate-notify
  4. Create and save your config file in this location
  5. Check the path for the current folder: pwd - In my case, this might show /home/matt/frigate-notify
  6. Then update docker-compose.yml in Portainer with that path. For example, I might use /home/matt/frigate-notify/config.yml:/app.config.yml

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@0x2142
Comment options

Answer selected by boxgr0ve
@boxgr0ve
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants