Replies: 2 comments 1 reply
-
|
each container supports a single port and a single source (path) with labels, so the answer is no |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
however it is possible to do with the static of file provider |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a docker image that has an API port and Admin port. 8080, 8081. I want to map these to /api and /apiadmin.
Is this possible using the docker labels approach?
Beta Was this translation helpful? Give feedback.
All reactions