Running ODroid HC4 on Armbian bookworm with Openmediavault 7 with docker compose plugin.
I've done 2 clean installs to ensure the problem is reproducable and not something I meddled with.
I spent time on Docker's forums running sample containers I was asked to try, they viewed my settings logs for docker and were at a loss.
The containers go up fine and are running. They just cannot be accessed even from the host machine e.g. curl http://localhost:8080 fails when running a sample container docker hub forums supplied me with as a 'surefire' test.
---
services:
test_default_bridge:
image: nginx:latest
network_mode: bridge
ports:
- 8080:80
Is anyone else having this issue and how do I get it working?