Sfoglia il codice sorgente

fix: expose server port to all addresses inside the container

chore/proposed-structure
Blaz Smehov 4 settimane fa
parent
commit
7228a950bb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      cmd/server/main.go

+ 1
- 1
cmd/server/main.go Vedi File

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

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



Caricamento…
Annulla
Salva