Request failed with status code 400 - When starting container #9979
Replies: 1 comment
-
|
Share Portainer Container logs and screenshots of the error. Is it happening to all stacks or just this one? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ask a Question!
I have just setup a new system; after trying to start my stack I am getting a 400 error when the container starts. But their does not seem to be any more detailed messaging of exactly where the 400 error is coming from and web searches also seem quite empty.
services: frigate: container_name: frigate image: ghcr.io/blakeblackshear/frigate:stable restart: unless-stopped #devices: # - /dev/bus/usb:/dev/bus/usb volumes: - /etc/localtime:/etc/localtime - /home/frigate/config.yml:/config/config.yml:ro ports: - 5000:5000 - 1935:1935 environment: FRIGATE_RTSP_PASSWORD: "xxxxxxx"Beta Was this translation helpful? Give feedback.
All reactions