The text describes using a docker-compose.yml file to create a container, specifying an external access port (2026) for internet-facing access. After creation, the user can access the public IP with port 2026 to initialize the website. It briefly mentions reverse proxy and domain binding but dismisses the topic.
Foolproof Portal Setup — WordPress
Use the docker-compose.yml:
Then just create the container with this command:
In my setup, I set the external access port to 2026. So you can go to public IP:2026 to start the website initialization.
Reverse proxy, domain binding, and all that... emmm.