i’m using Docker & Portainer and recently updated to the latest update from the owncloud/server repo.
when the owncloud container starts, it gets the following:
…
Repair warning: Please install or update the following apps manually or disable them with:
,occ app:disable files_videoplayer
Repair warning: For manually updating, see ownCloud Documentation Overview OC\RepairException: Upgrade is not possible
while its clear what it wants, how do i actually run the ‘occ app:disable files_videoplayer’ command? the container doesnt appear to be running in interactive mode (nore can i get it into such a state) to be able to send this command.
i did find a reference to docker-compose (Installing with Docker), but cant find a yaml or env file location on my system (centos7)
a side question, every time i upgrade ownloud i seem to have Market App issues (last upgrade i moved from a VM to Docker instance). is there some way to discover any app removals/potential killers before i find out the hard way?