Skip to content
Discussion options

You must be logged in to vote

I fixed this issue by editing the traefik.yml config file in the Traefik File System tab:

  docker:
    exposedByDefault: false
    watch: true
#    network: dokploy-network

By default, traefik can only reach containers on the dokploy-network network, which I think is not assigned by default. My containers only had the project-specific network attached to them. Commenting this line allows traefik to read any network with the traefik.enable label.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@alamadorm
Comment options

@alamadorm
Comment options

Answer selected by alamadorm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
4 participants
Converted from issue

This discussion was converted from issue #2703 on October 05, 2025 21:26.