I have installed everything in the docker according to the instructions
version: '3.7'
services:
zwave2mqtt:
container_name: zwave2mqtt
image: robertslando/zwave2mqtt:dev
restart: always
tty: true
stop_signal: SIGINT
networks:
- zwave
devices:
- "/dev/ttyACM0:/dev/ttyACM0"
volumes:
- ./store:/usr/src/app/store
- ./openzwave:/usr/local/etc/openzwave
ports:
- "8091:8091"
networks:
zwave:
After startup I have no menu in the GUI to define serail port for zwave

What did I do wrong during the installation?
@Diddlik Did you try to expand the zwave menu? there should be an arrow on the right to expand that
ooo, no, i am so stupid...now i have it, thank you