-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deploy with custom ports #5
Comments
i deployed the container and this is my docker-compose.yml
i added the mongo-express to check some things, the databases and collections exists on mongo, and the user admin@tile... exists, but when i try to login i (POST http://myip:4150/api/auth/signin) got the response: any idea? |
actually if i send a PUT request via web GUI to recover password (PUT http://myip:4150/api/auth/requestresetpsw ) I got the same response: |
I think the error resides on the nginx service, because is mapped to the port 80 on my $host and my $host have used the port 80, how can I modify the nginx service port to deploy tiledesk on a dedicated-shared server? |
Hi,
I am using a centos dedicated server with shared services, and i want to deploy Tiledesk community.
On the readme instructions, you specify how can We deploy on docker, but some of the public ports in my server has already used by other services.
How can I deploy with custom ports? I only need to change the ports of each container and then modify the next vars in the docker-compose.yaml :
CHAT21_URL
WEBHOOK_ENDPOINT
thanks in advance
The text was updated successfully, but these errors were encountered: