Daniel Sumann

Results 1 comments of Daniel Sumann

Hello! I fixed the same problem using .examples/docker-compose/with-nginx-proxy/mariadb/fpm by adding the IP address of the Docker network gateway like this: ``` app: image: nextcloud:fpm-alpine restart: always volumes: - nextcloud:/var/www/html:z -...