LLocalSearch
LLocalSearch copied to clipboard
fix(docker-compose): version is obsolete
With the recent version of docker, running 'docker-compose up' produces an error of version
is obsolete:
Similar issue is found on another github repository: nextcloud mailcow-dockerized
This problem is fixed by removing this line from 'docker-compose.yaml'
version: '3.7'