Closed stu1811 closed 5 months ago
@stu1811 Check this: https://askubuntu.com/a/1508135
Now, my containers are running with:
docker compose up -d
instead of:
docker-compose up -d
This is because docker-compose is the V1 syntax, [which is now deprecated](https://docs.docker.com/compose/). The V2 syntax is docker compose, since it's now a plugin and not a separate command.
Wow. FIrst I've seen that. Thanks. Works now.
First time for me too, never stop learning new bugs 😆
Checklist
Deploy method
Docker
Z-Wave JS UI version
9.13
ZwaveJS version
12.9.1
Describe the bug
I last updated 5 weeks ago. After pull latest from docker the container no longer start.
To Reproduce
Expected behavior
Container would start without error
Additional context
No response