Ronny Worm

Results 7 comments of Ronny Worm

I can confirm this! Be careful to change 1.10.1 to 1.10.9 at both positions ``` [...] webserver: image: puckel/docker-airflow:1.10.9 build: context: https://github.com/puckel/docker-airflow.git#1.10.9 dockerfile: Dockerfile args: AIRFLOW_DEPS: gcp_api,s3 PYTHON_DEPS: sqlalchemy==1.3.0 markupsafe==2.0.1...

Unfortunately `&nonce=$RANDOM` does not produce the correct output either: ``` curl "wttr.in/Berlin?Q0&nonce=$RANDOM&lang=de&format=3" Berlin: ☀️ +20°C curl "wttr.in/Berlin" | head -n 5 Weather report: Berlin \ / Sunny .-. +29(28) °C...

The exact version is 10.9.1 (stable) (or 10.9.1.2 according to config.php) No, it doesn't display error messages ... Shouldn't make a difference but this owncloud instance was installed via docker-compose...

> Also on M1. For those using docker-compose, you can set the DOCKER_DEFAULT_PLATFORM environment variable i.e. `export DOCKER_DEFAULT_PLATFORM=linux/amd64` This is also possible to use in the docker-compose.yml: ``` services: app:...

I'm now using this workaround (using chromium instead of chrome) - works on M1! `apt-get install -y chromium`

+1 I have SSH-Access also but not access to sudo and git is not installed.

Same thing for me :( @lewisl did you find an alternative?