Compare commits

...

5 Commits

Author SHA1 Message Date
Adeniyi Stephen Oluwatola b26c51f866
Merge 036a896e15 into 32ff200fe6 2024-10-28 11:02:50 +01:00
adeniyistephen 036a896e15 Allow publishing same port as UDP and TCP
Signed-off-by: adeniyistephen <adeniyistadz@gmail.com>
2020-12-02 02:21:23 +01:00
adeniyistephen 097d268d48 Allow publishing same port as UDP and TCP using docker stack deploy
Signed-off-by: adeniyistephen <adeniyistadz@gmail.com>
2020-12-02 02:05:21 +01:00
adeniyistephen 0654e4d6ba added ,
Signed-off-by: adeniyistephen <adeniyistadz@gmail.com>
2020-12-02 01:51:27 +01:00
adeniyistephen b1b56b80c2 Allow publishing same port as UDP and TCP using docker stack deploy(Trying tests)
Signed-off-by: adeniyistephen <adeniyistadz@gmail.com>
2020-12-02 01:27:24 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ func toServicePortConfigsMap(s any) (map[any]any, error) {
}
m := map[any]any{}
for _, p := range ports {
m[p.Published] = p
m[p] = p
}
return m, nil
}