Replies: 1 comment 2 replies
-
As stated in the target's URL help message and in the panel on the application page, services will be exposed as subdomains on the target's url. So in your example, if your application is named |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a simple Go http server with the following
Dockerfile
and
docker-compose.yaml
The
Target
is configured as belowThe
Application
is configured as belowThe deployment is successful and can see
Traefik
and the server container deployed,docker ps
shows itThe problem is when accessing it from other PC via
http://192.168.1.6
not getting response from the app but gettingwhich looks like coming from Traefik.
Here are
lables
info from docker inspect of the serverBeta Was this translation helpful? Give feedback.
All reactions