Krishna Chaitanya
Krishna Chaitanya
All right. Closing the issue.
Is it possible if I clone the repo and make the changes? If yes, do I have to pull the baseimage docker image and change the port there?
I got it from the `docker stats firefox` Here is it : `4.508GiB / 9.313GiB ` And I have just one tab open(google.com).
Did you find a solution? I too want to connect my google drive as a filesystem mount to use with Plex. Any help is appreciated.
Add the following line to the Dockerfile and push the app through heroku's container registry. CMD node server/server.js Then it will work. Let me know if that is working for...
Also, dont forget to ping the app to prevent it from sleeping(if you are on free plan)
If I deploy the app normally I am getting issues. So, I tried through docker the first time, it failed. The second time I took a look at the dockerfile...
If I use port 80 instead of 8080 on host and I point my domain to the IP of server Nginx Proxy Manager is running on, then it WORKS, else...
Here's my docker run command: `docker run -d --restart unless-stopped \ --name=nginx-proxy-manager \ -p 8181:8181 \ -p 8080:8080 \ -p 4443:4443 \ -e USER_ID=0 \ -e GROUP_ID=0 \ -e KEEP_APP_RUNNING=1...
Do you mean I "have" to change host port 8080 to 80 and 4443 to 443?