WIP: feat(Matomo): Add service #28

Draft
kosssi wants to merge 98 commits from matomo into mariadb
Showing only changes of commit 499a71857b - Show all commits

View File

@@ -7,7 +7,7 @@ volumes:
services:
nextcloud-fpm:
container_name: ${NEXTCLOUD_CONTAINER_NAME:-nextcloud}-fpm
image: ${NEXTCLOUD_IMAGE:-nextcloud:23.0.2-fpm-alpine}
image: ${NEXTCLOUD_IMAGE:-nextcloud:23.0.3-fpm-alpine}
restart: always
depends_on:
- postgres