First off: awesome work! This really helps make the Solid ecosystem more mature :).
Since there's a docker-compose.yml file, I'd love to use that to run this project locally. However, I'm not getting it to work, and I'm not sure what I'm doing wrong.
When I run docker-compose up, the image is properly pulled and it's Attaching to solid-php-server, but from then on I can't get a connection. The compose file seems to correctly expose port 80, but I can't make a connection. Also, the logs are empty: docker logs solid_php.
Thanks in advance!