gin-swagger
gin-swagger copied to clipboard
i got a question. how can I do when using docker and swag?
i publish my server bt docker that its ip and port is random,but in swagger,i use like this: // @host 0.0.0.0:12348 // @BasePath /zt-group-apiserver/api/v1/group
so i can't send request to my server,because its ip and port is wrong.
Why not use domain?