I have upgrade the solution to 5.0.0, but since then I cannot sync anything (Fedora, official app), as I got a TLS error. My compose is local without domain, as following:
services:
opencloud:
container_name: opencloud
volumes:
- /data/documents:/var/lib/opencloud
- /data/containers/opencloud/config:/etc/opencloud
image: opencloudeu/opencloud-rolling
network_mode: bridge
restart: always
ports:
- 9200:9200
entrypoint:
- /bin/sh
command:
- '-c'
- opencloud init --insecure true || true; opencloud server
environment:
- IDM_CREATE_DEMO_USERS=false
- OC_URL=https://192.168.178.6:9200