MMCMA
MMCMA
I don't see any recent releases in SCIP - do I miss something?
I can confirm, setting the SCIP version to 8.0.4 fixes the problem
any update here?
The container is trying to connect to an external DB that runs on a different host / server.
These are my settings, maybe something I changed causes the issue. ``` sudo firewall-cmd --list-all --zone=docker docker target: ACCEPT icmp-block-inversion: no interfaces: sources: services: ports: 5432/tcp protocols: forward: yes masquerade:...
it was set-up by docker, but I added port 5432/tcp.
I restarted docker, but the issue prevails. here are the current settings ``` sudo firewall-cmd --list-all --zone=docker docker (active) target: ACCEPT icmp-block-inversion: no interfaces: docker0 sources: services: ports: 5432/tcp protocols:...
good point, it solved it - I removed the internal docker subnet and it is working now. The initial issue was that it wasn't working after installing firewalld and then...