Files
opencloud/deployments/examples
Ralf Haferkamp f0089bc1cc Allow to run wopi example deployment with podman
podman doesn't have a "local" log driver. Also it's docker-compatibility
socket does live in a different location (especially when running
rootless podman).

With this change you can run the deployement with a recent podman
version using:

LOG_DRIVER=journald DOCKER_SOCKET_PATH=/run/user/1000/podman/podman.sock podman compose start
2024-04-15 09:44:37 +02:00
..
2024-03-19 08:06:39 +01:00
2022-11-11 13:28:04 +01:00

Deployment Examples

These docker-compose deployment examples are referenced in the documentation on doc.owncloud.com. Therefore please create a issue on the documentation issue tracker prior to major changes like moving, renaming or massively changing deployment examples.