neva
neva
DDokploy
Created by Bootta on 5/4/2025 in #old-help
Expose second container port?
You can use the same domain + another port, but in that case you would need to change traefik configuration so it can listen on that other port too. I'm using dokploy to test many apps, here I've made a wildcard DNS entry *.app.mydomain.com pointing to my dokploy server, so it's easier to add new apps without having to add a new DNS entry.
6 replies
DDokploy
Created by Bootta on 5/4/2025 in #old-help
Expose second container port?
On the docker compose you can list the ports: ports: - 3000 - 5000 And on the domains tab, add another domain pointing to port 5000, and access it normally via http, without the need to specify the port.
6 replies