Dennis van der Pool
Dennis van der Pool
I've got the same thing. Don't know what caused it. Moved the docker stack from Ubuntu to Arch Linux though. `docker-compose up -d --build` did not work for me. dennis@server2:~/helloworld/website/docker-compose-lamp$...
Got my issue fixed via a work-around. My issue was caused because I moved my containers over from an Ubuntu based server to a new Arch based server and thus...
Yes, it will run HTTP on port 80. You can check with a browser, curl, wget, powershell.
There should also be a port 443 running, just use that one instead, than it will be encrypted. (HTTPS)
I have the same but on Ubuntu 20.04.1 LTS (also installed everything fresh today) **"Microsoft.Build.Exceptions.InvalidProjectFileException: The SDK 'Microsoft.NET.Sdk.Web' specified could not be found"** 1) Installed VS code 2) Installed .NET...
- Secure boot disabled? - Does Intel Extreme Tuning Utility / Throttlestop works in Windows?
Hi, I don't have the problem. I install apps in the running container and change my dockerfile so next time i build the image again the apps are installed. Mounted...
Hi, well, you should be able to? Just open different ports for them? What have you tried so far? What was the issues you stumbled upon?
@carlocorradini Re-opened by accident?
Can you try to modify your nginx config file in your docker file? https://ubiq.co/tech-blog/change-nginx-port-number-ubuntu/