shajen / rtl-sdr-scanner-cpp

GNU General Public License v3.0
603 stars 61 forks source link

Invalid docker-compose.yml #74

Closed karlmagi closed 7 months ago

karlmagi commented 11 months ago

Freshly installed Ubuntu Server 22 installed docker.io and docker-compose via APT.

when running docker-compose up the following error occurs:

root@bp-mob-sdr:~# cd sdr root@bp-mob-sdr:~/sdr# ls config.json docker-compose.yml root@bp-mob-sdr:~/sdr# docker-compose up ERROR: The Compose file './docker-compose.yml' is invalid because: Unsupported config option for volumes: 'monitor_data' Unsupported config option for services: 'sdr-monitor-server

tmuncks commented 11 months ago

You should really try installing docker-ce, including the new docker compose plugin. The stuff included in Ubuntu is pretty old.

https://docs.docker.com/engine/install/ubuntu/