question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Support]: Installing problem with portainer

See original GitHub issue

Describe the problem you are having

Hello guys,im trying to install frigate via docker,im doing it with portainer and my docker compose is this.

frigate:
  container_name: frigate
  image: blakeblackshear/frigate:stable-amd64
  restart: always
  volumes:
    - /etc/localtime:/etc/localtime
    - /home/sktech-server/frigate/config.yml:/config/config.yml
  ports:
    - 5000:5000
    - 1935:1935
  environment:
    FRIGATE_RTSP_PASSWORD: "password"

and i got this error but i cant find any info,im sure its a silly mistake im doing but i cant figure it out im a begginer at dockering

Version

latest

Frigate config file

mqtt:
  host: 192.168.1.107
  user: stefanos
  password: "@mousmoula@94"

cameras:
  front_door:
    ffmpeg:
      inputs:
        - path: rtsp://fakeuser:fakepass@192.168.1.100:554/stream1
          roles:
            - rtmp

Relevant log output

Deployment error failed to deploy a stack: (root) Additional property frigate is not allowed

FFprobe output from your camera

-

Frigate stats

No response

Operating system

Debian

Install method

Docker Compose

Coral version

CPU (no coral)

Network connection

Wired

Camera make and model

Tapo

Any other information that may be helpful

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:11

github_iconTop GitHub Comments

3reactions
idontcare99999commented, Sep 23, 2022

Need the first two lines to look more like this and then indent the rest of the lines:

version: “3” services:

1reaction
Kalougearcommented, Sep 23, 2022

@Kalougear So is it working for you now?

Yes it worked thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installing - Portainer Documentation
New to Portainer? Our getting started guide will walk you through the installation process. For our more experienced users, we recommend reading the...
Read more >
Issue with Portainer container installation - Docker Hub
I am running Portainer under Docker on OpenMediaVault 6 (Debian). Yesterday I got around to upgrading Portainer from 1.24.1 to the latest ...
Read more >
Can't install portainer image on Windows 10: The source path ...
May be an issue with portainer not automatically creating the needed Portainer folder if not exists (not sure if this is intentional or...
Read more >
Portainer install error - Reddit
Ive followed the first two steps of installation listed on the website,. creating volume. entering this command: 'docker run -d -p 8000:8000 ......
Read more >
An update to show you an easier way to manage Docker.
Installing Portainer and Portainer Agent - An update to show you an easier way to manage Docker. Watch later. Share. Copy link.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found