nginx-ui
A containerized instance of nginx-ui v2.3.7, a web GUI for managing Nginx. It is built from a custom Dockerfile that adds necessary directories and configuration files to prevent a startup loop. The service listens on container port 9000, mapped to host 127.0.0.1:8080. It mounts a named volume for /etc/nginx-ui and the host's Docker socket at /var/run/docker.sock.
nginx_lab/docker-compose.yml:2-9nginx_lab/Dockerfile:1-16README.md:7-8