Ralf Geschke

Results 4 comments of Ralf Geschke

Nice stuff, thanks! One issue - the output when I start the dashboard is: `Dashboard started: http://localhost:8000` But in the dockerfile, PHP is started with: `CMD ["php", "-S", "0.0.0.0:8000"]` So...

@mnapoli You decide! :-) I was confused, because it says localhost, so I thought it listens on localhost only and would not be reachable from another client in the network....

Please have a look at my pull request. This should implement the behavior I expected. Default "localhost" (or 127.0.0.1) listens only on the same host. If an IP address is...

Perhaps I misunderstood how the test file is meant to be applied. I attempted to run the tests locally, but encountered errors when using the commands specified in the `testing.yml`...