userver-framework / service_template

Template of a C++ service that uses userver framework. Build, test and CI scripts ready

Home Page:https://userver.tech/da/d16/md_en_2userver_2tutorial_2hello__service.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-compose: No such file or directory

eoan-ermine opened this issue · comments

eoanermine@eoanermine:~/Repositories/userver_sample$ make docker-start-service-release
make: docker-compose: No such file or directory
make: *** [Makefile:86: docker-start-service-release] Error 127

Ubuntu 20.04 still uses docker-compose, we can not switch to docker compose

Instead, we provided a customization of the command in a095049