version: '2' services: db: image: mariadb:latest volumes: - ./mysql/runtime:/var/lib/mysql environment: - MYSQL_ROOT_PASSWORD app: image: matomo:fpm links: - db volumes: - ./config:/var/www/html/config cron: image: matomo:fpm links: - db volumes_from: - app entrypoint: | bash -c 'bash -s <