panromir

Results 10 comments of panromir

Same here - Nextcloud 28.0.1 on Debian 12 - Nextcloud Office 8.3.1 - PHP 8.2.7 - Collabora in Docker 23.05.7.2.1 A newly created document can also not be deleted for...

> The problem is suddenly gone in two of my Nextcloud instances after updating to: > > * Nextcloud 28.0.2 > * Collabora 23.05.8.4 > > Which one of those...

Hey! Thanks for your feedback, I removed the quotes in the docker-compose.yml file, granted I haven't tested that one, podman and kubernetes do not seem to behave like this. Apparently...

Thanks! I think the Dockerfile-based solution that you suggested is preferable, since running a container rootless is good practice. Currently waiting for review on PR https://github.com/panromir/docker-vrising/pull/1 so we can merge...

I didn't even know about -P until now, however what I don't like about that solution is that the ports are random within a certain range, so I think -p...

I added supervisord as a kind of "child process manager". This isn't exactly the best way or even a good way of doing it, but the only one that is...

@TrueOsiris have you had an opportunity to check this out yet?

What platform are you using to run Docker? The source path suggests Windows.

That would be redundant, the container is running WINE to emulate Windows on Linux. If you have a Windows host, you technically don't need to run a container on linux...

Hard to say how you've built your setup. From what I can gather, docker desktop can use Hyper-V for hosting a minimal Linux(Kernel) to run Linux containers "on Windows". Since...