rmueck
rmueck
+1 Same issue here
I've got access to AIX LPARs .. And i would like to contribute.
I had the same issue with Firewall with UPnP! selected (Linux/Vers. 2.4.2) The Solution was to change TLS settings in Advanced Tab from **Require TLS** to **Allow TLS** After this...
Hi! mhhh too bad ... but i saw that your WAN-ip 192.168.0.100 which is a LAN-ip. Maybe enabeling "Automatic update external ip" will help? You might also check your UpnP...
Hello fbagnato, Happy new year to you as well. This is indeed very strange.... i'm out of ideas right now. Regards
I'm having the same problem with broken compose and followed the advice from Buster: > [@nmiller0113](https://github.com/nmiller0113) Try upgrading your Docker and Docker Compose via: > > cd /var/azuracast/ > ./docker.sh...
Meanwhile i found: [Issue](https://shorturl.at/JGhTt) ~~~ # docker version Client: Docker Engine - Community Version: 29.0.1 API version: 1.52 Go version: go1.25.4 Git commit: eedd969 Built: Fri Nov 14 16:17:57 2025...
Cheers @ristomatti I had only one version of `docker-compose-plugin` installed! ~~~ # dpkg -l docker-compose-plugin Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-=====================-===========================-============-============================================== ii docker-compose-plugin...
@PecanTheToucan Have you tried the solution that worked for me: ~~~ export DOCKER_API_VERSION=1.52 ~~~ I placed it in my `.bashrc` and all worked well 😄
@PecanTheToucan Sorry i don't want to bother you! Have you sourced the `~/.bashrc ` or executed the command `export DOCKER_API_VERSION=1.52` before executing any `docker compose `? _I corrected by posting...