Skip to content
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

❓ Question: Cannot access via domain #478

Closed
LovroGrilc opened this issue May 22, 2024 · 1 comment
Closed

❓ Question: Cannot access via domain #478

LovroGrilc opened this issue May 22, 2024 · 1 comment
Labels
question Further information is requested

Comments

@LovroGrilc
Copy link

πŸ™‹β€β™‚οΈ Question

Hi, i have a problem. I cannot access the application via my domain name if i don't specify port after the domain. How can i fix that. I have tried to change app url in settings but it doesn't work. The domain is subdomain and it is pointed to public ip of my VPS. I'm using OVH vps with ubuntu installed.

@LovroGrilc LovroGrilc added the question Further information is requested label May 22, 2024
@stonith404
Copy link
Owner

You can change the port of the container in the docker-compose.yml to 80.

   ...
    ports:
      - 80:3000
   ...

But if you want to use HTTPS (which is recommended), I would use a reverse proxy. If you don't have experience with reverse proxies, I can recommend you Nginx Proxy Manager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants