How to change frontend port

I can change the frontend port in the command ex. docker run -p 8000:8000 vikunja/frontend, but it doesn’t work. No response from the server

should be
<port you want it on>:80
rather than using the port you want twice. you will also need the api, so it is recommended to use the docker compose setup instead

2 Likes