cozy-stack
cozy-stack copied to clipboard
Port Configuration Issue
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?