some-manchester-46599
04/27/2023, 2:46 AMwooden-spoon-95626
04/27/2023, 3:41 AMsome-manchester-46599
04/27/2023, 11:24 PMwooden-spoon-95626
04/28/2023, 10:00 PMwhich docker-compose
, it should return $HOME/.rd/bin/docker-compose. If not, you can either turn on “Automatic” path configuration in Preferences->Application->Environment, or add ~/.rd/bin to the beginning of your $PATH.
If you dont want to do either of those, you can simply run ${HOME}/.rd/bin/docker-compose -f your_docker_compose.yaml up
some-manchester-46599
04/29/2023, 4:38 AMprehistoric-monitor-1181
05/01/2023, 7:14 PMdocker compose up -d
? I think there's a typo in your command as docker compose should be 2 separate words (no dash). As in https://docs.docker.com/engine/reference/commandline/compose_up/