November 30, 20178 yr Hello people, Kindly I would like to ask how I could resolve the issue that owncloud would not start. However the software seems to start when I change the webUI port to 446 ( 443/tcp 192.168.20.62:446) however the when accessing that adresss there is an error on on my webbrowser (FireFox). Changing it back to 443 results into this error message: under command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="ownCloud" --net="bridge" -e TZ="Europe/Berlin" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -e "DB_PASS"="owncloud" -p 443:443/tcp -v "/mnt/user/appdata/ownCloud/data":"/data":rw -v "/mnt/user/appdata/ownCloud":"/config":rw --log-opt max-size=50m --log-opt max-file=1 dlandon/owncloud 81375e6734de7d919ecb986e91384e84d1012bddf2732f7131fcc51e3fd5eee5 /usr/bin/docker: Error response from daemon: driver failed programming external connectivity on endpoint ownCloud (bd07e2583cea0ccd9813189df4bab59aa2f5b5efe3be314d57f92b2abd05e5c1): Error starting userland proxy: listen tcp 0.0.0.0:443: bind: address already in use.The command failed. Any suggestions how to resolve this issue??
November 30, 20178 yr Set the network type to br0 and give the docker its own IP address. The 443 port is used by unRAID.
November 30, 20178 yr Author Thank you very much for your very quick reply Eventhough I have done that and software seems to have started (green arrow)... I am not getting access to the webUI on that adress (http or https). Are there any other settings I should check?
November 30, 20178 yr Click on the docker icon and select webgui. Edited November 30, 20178 yr by dlandon
November 30, 20178 yr Author My bad. I forgot that I needed to make an exeption for the SSL certificate as it is selfsigned.... It seems all work not properly. Next item on the list is to install a propper SSL certificate. Thank you very much for your time dlandon!
November 30, 20178 yr Author Dear dlandon, Kindly I was wondering if there was an easier solution to of solving this problem: "Error while trying to create admin user: Failed to connect the database: An exeption ...." (see image below for more details) I could not remember having to do this on other instalation... is there an easier way to solve this issue? rather than the terminal approach stated in: https://stackoverflow.com/questions/37702595/owncloud-setup-sqlstatehy0001045-access-denied-for-user-owncloudlocalhos https://doc.owncloud.org/server/9.0/admin_manual/installation/installation_wizard.html#database-choice https://forum.owncloud.org/viewtopic.php?t=34360
November 30, 20178 yr Look at this forum for installation instructions on the ownCloud Docker. You don't need to do anything except enter the correct information on the initial run and the database will be connected properly. Be especially careful of specifying the /data directory. This discussion really belongs in the ownCloud Docker forum.
Archived
This topic is now archived and is closed to further replies.