Closed MrButlerTron closed 10 months ago
That doesn't look like anything is wrong at the outset. Docker should recognize to run the arm64 variant. I'm not sure if there are any other details to see what's going on. May want to try and throw debug mode on so you can get some more verbose outputs.
Also - have you tried running the application manually on the same device? Seen any issues that way before attempting the containerized version?
I wasn't seeing my devices on iOS or in the Spotify client, so I thought it wasn't working and then with the clients exiting it looked like it was crashing out.
It did start working on its own though, so I guess I'm all set.
Got it. I mean honestly, running a native synology app is probably easier anyhow 😆 but if you face any issue again, try debug mode in the container and/or running the code natively and see what kind of outputs happen. Might lend some ideas as to what is different or happening. Also could have just be a weird fluke! Thanks for checking it out.
I'm trying to run airconnect in docker on aarch64 Bookworm on rPi4 . This is from my docker-compose file:
This is the log output:
Am I missing something?