Skip to content

sync not working anymore after 5.0.0 upgrade #207

@shobe348

Description

@shobe348

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions