Stop command uses wrong path
svensp opened this issue · 2 comments
svensp commented
Rancherize stop uses a double //
when doing the stop command.
rancherize start local
RUN 'docker-compose' '-p' 'PROJECT' '-f' './.rancherize/docker-compose.yml' 'up' '-d'
RES Command ran successfully
rancherize stop local
RUN 'docker-compose' '-p' 'PROJECT' '-f' './.rancherize//docker-compose.yml' 'stop'
RES Command ran successfully
svensp commented
Reported by rokde
svensp commented
Fixed in master and going to be in 2.18.0