Skip to content

Port Configuration Issue #4517

@kylhuk

Description

@kylhuk

I am trying to install cozy-stack inside a docker container. My goal is to switch from the default port 8080 to something different, like 8881.

There is a setting called port: 8080 which should be responsible for setting the port of the http server. However, when changing this, nothing happens.

I use cozy-stack serve to start the http server as the user cozy. I also tested and manually pointed to the configuration file, which I copied to $HOME/.cozy.yaml. Inside the config file, the first lines are:

# cozy.yaml for production Docker

host: 0.0.0.0
port: 8881

What else could I potentially have missed?

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