Seafile Server with Home Assistant on one device

I have an Intel NUC with Home Assistant Supervised installed in a Docker container (Debian 12). The computer has enough resources to install a local Seafile server together, also in a Docker container. In my case, installing an additional device in my network for Seafile is not justified, so an attempt was made to combine. It does not work yet. Seafile was installed successfully, according to this instruction (Setup pro edition - Seafile Admin Manual), no errors, everything is as written. But after installation, Seafile is not available on port 8000.
Home Assistant warned that it had detected the installation of incompatible software and that it was in conflict with the rules described here (architecture/adr/0014-home-assistant-supervised.md at master · home-assistant/architecture · GitHub).
At the same time, Home Assistant works properly. I assume that some host system settings that are set by Home Assistant prevent the Seafile server from working correctly. The question is, how can I find out what exactly is the reason and how can I fix it?

Did you expose the port 8000 in your docker-compose? Can you do a curl to localhost on port 8000?

The issue was resolved. It was necessary to uncomment the necessary lines (ports: …) in the file seafile-server.yml
I also specified the port number I needed 8888