mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-23 09:18:51 +02:00
containers without port mapped will no longer be served
This commit is contained in:
@@ -48,9 +48,7 @@ func (rp *ReverseProxyEntry) IsDocker() bool {
|
||||
}
|
||||
|
||||
func ValidateEntry(m *M.RawEntry) (any, E.NestedError) {
|
||||
if !m.FillMissingFields() {
|
||||
return nil, E.Missing("fields")
|
||||
}
|
||||
m.FillMissingFields()
|
||||
|
||||
scheme, err := T.NewScheme(m.Scheme)
|
||||
if err.HasError() {
|
||||
|
||||
Reference in New Issue
Block a user