Replies: 4 comments 7 replies
-
Maybe you have hit: #3267 |
Beta Was this translation helpful? Give feedback.
5 replies
-
Solved! |
Beta Was this translation helpful? Give feedback.
1 reply
-
I installed in a new container with Snap instead of Docker. There were very clear instructions in forum how to install with Snap.But now I dont know how to unistall the Docker environment…?Med vänlig hälsning/Best regardsTorbjörn Hall26 sep. 2023 kl. 14:13 skrev Daniel Lando ***@***.***>:
What was the issue at the end?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you modified the open/close state.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
OK. I will try.Thanks a lot for your support!Med vänlig hälsning/Best regardsTorbjörn Hall26 sep. 2023 kl. 15:17 skrev Daniel Lando ***@***.***>:
I dunno if you are using a docker-compose file simply go to the docker compose directory and run:
docker-compose down
Otherwise f zui is the only container running you can use:
# kill running container
docker kill $(docker ps -aq)
# remove containers
docker rm $(docker ps -aq)
Be aware that those commands will stop and remove ALL your running contianers
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you modified the open/close state.Message ID: ***@***.***>
|
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.
-
I am a newbie in this field but I have tried to install on Linux Rasperry Deb 11 (Rpi 4B+) the functionality for Z-wave and Domoticz. Domoticz is fine and connected to port 1883. But I can not get the Web GUI on port 8091 to work from my Windows based laptop. Running no Desktop on RPi. I need help to get this fixed so I can connect my Z-Wave divices through the new Aeontec gen 7 Z-Wave USB stick. Any help appreciated but please be detailed with code. Or, you might log in to my RPi, I have Dyn DNS for this.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions