mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-01 18:01:28 -06:00
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
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.