Has anyone had success changing ports and binding ports for docker apps, specifically Owncloud?
I was successful in changing the apache http port from 80 to another port by changing the following configuration files:
/etc/apache2/ports.conf
edited “Listen 80” to read “Listen 8090”
/etc/apache2/sites-enabled/000-default.conf
edited “<VirtualHost *:80>” to read “<VirtualHost *:8090>”
That allows the UCS start page to load using port 8090 , but owncloud doesn’t open under port 8090.