fast-data-dev icon indicating copy to clipboard operation
fast-data-dev copied to clipboard

When REST_PORT=0 and WEB_PORT=0 fast-data-dev fails

Open andmarios opened this issue 7 years ago • 0 comments

To reproduce:

$ docker run --rm -it -e REST_PORT=0 -e WEB_PORT=0 landoop/fast-data-dev
rm: cannot remove '/etc/supervisord.d/*rest-proxy.conf': No such file or directory

Any option alone will work.

andmarios avatar Jul 03 '18 22:07 andmarios