Skip to content

Help needed: Mattermost instance not running at domain root #33

@themmm

Description

@themmm

Hi!

I would love to use this plugin and already got it running on a Test-Instance.

The following Docker command did work for the Test-Instance:

docker run -t -d -p 127.0.0.1:9980:9980 -e 'domain=sub\.domain\.tld' --restart always --cap-add MKNOD collabora/code

My productive Mattermost instance is not running at the root of the domain but at https://sub.domain.tld/mattermost and for some reason it won't get it working. I already tried starting the Collabora Docker-Image with different Domain-Arguments:

docker run -t -d -p 127.0.0.1:9980:9980 -e 'domain=sub\.domain\.tld' --restart always --cap-add MKNOD collabora/cod

docker run -t -d -p 127.0.0.1:9980:9980 -e 'domain=sub\.domain\.tld/mattermost' --restart always --cap-add MKNOD collabora/code

docker run -t -d -p 127.0.0.1:9980:9980 -e 'domain=sub\.domain\.tld/mattermost$' --restart always --cap-add MKNOD collabora/code

Any Help/Ideas would be greatly appreciated

THX
themmm

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