Hi everyone, is there a oldschool Wordpress and Docker-compose expert in the group?
I am just trying to put together a small website, just using no-code tools in order to save time.
For the installation of wordpress I have decided not to configure everything on my local server, but to instead load everything through docker. I am still a real novice when it comes to Linux, so docker seemed to me to be more straightforward.
So now I got a nice docker-compose YAML file running, with MariaDB, phpmyadmin, and wordpress.
And it works very nicely
My only problem: I can only get it to work on port 6081, not on port 80 :(
What I have already checked:
- No problems with firewall, my host server has no firewall running
- Port 80 seems to be unused
- I have fired up the docker-compose not only as a user but also as a root, still has not worked
- I have tried 2581 instead of 80, did not work either
- I have looked with docker exec into the docker container but no idea what to check there
PS. I am using Strato, they also have a simplified webhosting, but this comes with significantly reduced
Next thing I try, just follow some YT explanations, like this one: