[Support]: Installing problem with portainer
See original GitHub issueDescribe 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:
- Created a year ago
- Comments:11
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Need the first two lines to look more like this and then indent the rest of the lines:
version: “3” services:
Yes it worked thank you!