OwnCloud Rock-on

I will go more into detail how i fixed this problem for me. Basically I combined some of the advice scattered around these forums (thank you guys)

  1. docker ps
    look for <containerid> for “pschmitt/owncloud “/usr/bin/run.sh””

  2. docker stop <containerid>

  3. find /. -name run.sh
    provides you with a list of all available “run.sh”, look for the ones containing your <containerid> in their path
    example: …/subvolumes/<containerid>54f154df5454h4564ds/usr/bin/run.sh, reduced the amount to 4 files for me

  4. sudo nano each of these files and search file for “localtime” (ctrl + w)
    example: sudo nano …/subvolumes/<containerid>54f154df5454h4564ds/usr/bin/run.sh

  5. change “localtime” to “localtime2”, save and exit file (ctrl + o, ctrl + x)
    for me it was file “…/usr/bin/run.sh” (not “…-init/usr/bin/run.sh”)

  6. docker start <containerid>

I’m having the same issue, but I cant find the run.sh file to edit. Doing the find just tells me there’s a file system loop, and there isnt a config.php file in the config share, only an autoconfig.php file. Should I make the edits in there?

I’m having the same issue with 3.9.1-16 and the Owncloud rockon. However I’m unable to find the correct run.sh file. I found several files in several subvolumes but none of them meet the criteria as posted above.
there is no file in the specific contactinerID.
see screenshot below.