Cannot start Zigbee2MQTT docker container (EACCES: permission denied) #18000
Closed
lenientwhale
started this conversation in
General
Replies: 1 comment
-
|
Solved with |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Here's what the log is showing:
`
Using '/app/data' as data directory
Error: EACCES: permission denied, mkdir '/app/data/log/2023-06-11.16-33-26'
`
I have installed the container using docker compose, details below:
zigbee2mqtt: container_name: zigbee2mqtt image: koenkk/zigbee2mqtt restart: unless-stopped volumes: - ./data:/app/data - /run/udev:/run/udev:ro ports: # Frontend port - 8080:8080 environment: - TZ=America/Toronto devices: # Make sure this matched your adapter location - /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20221201184230-if00 group_add: - dialout user: 1000:1000Here is the configuration.yaml too
`
homeassistant: true
permit_join: true
mqtt:
base_topic: zigbee2mqtt
server: 'mqtt://localhost:1883'
client: 'zigb2mqtt'
include_device_information: true
serial:
port: /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20221201184230-if00
`
Any help is appreciated
Beta Was this translation helpful? Give feedback.
All reactions