cytopia

Results 225 comments of cytopia

> @cytopia [robots4life/devilskit#1](https://github.com/robots4life/devilskit/issues/1) I've replied in your thread

I would suggest adding some more information to this community request, otherwise noone might be able to support you here. > How can I run watcher for admin panel or...

@hielh `localhost` is not going to work, as this is the localhost service of the PHP container and there is no jasperreport service running. You should try either: 1. `curl...

@nicolabeghin unfortunately I cannot reproduce this and it really looks like an issue with MariaDB itself.

@bsormagec thanks for pointing it out. Can you direct me to some more documentation about this.

This is still on the agenda, however the roadmap is currently really filled and me alone working on that takes some time. Probably somebody wants to jump in on this...

@johnwbaxter I'd rather have someone helping me on this issue, as I dont' have a Mac at the moment. So I cannot get sponsored on this one and make an...

There seems to be a native approach by Docker for volume mounts with the following options: * consistent * cached * delegated How would one of those strategy perform against...

@bsormagec @vzlatev @richdel @mad99 @johnwbaxter The above suggestion should now be easily achievable via global mount options: https://devilbox.readthedocs.io/en/latest/configuration-files/env-file.html#mount-options

@ericfynnmaier have you already tried one of these: ``` MOUNT_OPTIONS=,consistent MOUNT_OPTIONS=,cached MOUNT_OPTIONS=,delegated ``` Probably `,cached` will give you some performance boost. I have no OSX anymore to try. Can you...