Explorar el Código

fix: expose server port to all addresses inside the container

chore/proposed-structure
Blaz Smehov hace 4 semanas
padre
commit
7228a950bb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      cmd/server/main.go

+ 1
- 1
cmd/server/main.go Ver fichero

@@ -31,7 +31,7 @@ func HttpServer(addr string) {
r := mux.NewRouter()

client := redis.NewClient(&redis.Options{
Addr: "kafka:6379",
Addr: "valkey:6379",
Password: "",
})



Cargando…
Cancelar
Guardar