You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The containers start but i don't see anything about the memcached being configured:
$ sudo docker compose up
[+] Running 3/3
✔ Network yopass_default Created 0.1s
✔ Container yopass-yopass-1 Created 0.0s
✔ Container yopass-memcached-1 Created 0.0s
Attaching to memcached-1, yopass-1
yopass-1 | {"level":"info","ts":1738927250.3718011,"caller":"yopass-server/main.go:69","msg":"Starting yopass server","address":":80"}
I can bring up the UI, but storing gives me an error:
yopass-1 | {"level":"error","ts":1738927035.5842435,"caller":"server/server.go:81","msg":"Unable to store secret","error":"memcache: no servers configured or available","stacktrace":"github.com/jhaals/yopass/pkg/server.(*Server).createSecret\n\t/yopass/pkg/server/server.go:81\nnet/http.HandlerFunc.ServeHTTP\n\t/usr/local/go/src/net/http/server.go:2220\ngithub.com/jhaals/yopass/pkg/server.newMetricsMiddleware.func1.1\n\t/yopass/pkg/server/server.go:237\nnet/http.HandlerFunc.ServeHTTP\n\t/usr/local/go/src/net/http/server.go:2220\ngithub.com/gorilla/mux.(*Router).ServeHTTP\n\t/go/pkg/mod/github.com/gorilla/[email protected]/mux.go:212\ngithub.com/jhaals/yopass/pkg/server.(*Server).HTTPHandler.SecurityHeadersHandler.func1\n\t/yopass/pkg/server/server.go:207\nnet/http.HandlerFunc.ServeHTTP\n\t/usr/local/go/src/net/http/server.go:2220\ngithub.com/gorilla/handlers.loggingHandler.ServeHTTP\n\t/go/pkg/mod/github.com/gorilla/[email protected]/logging.go:47\nnet/http.serverHandler.ServeHTTP\n\t/usr/local/go/src/net/http/server.go:3210\nnet/http.(*conn).serve\n\t/usr/local/go/src/net/http/server.go:2092"}
This is with the latest container as of today.
The text was updated successfully, but these errors were encountered:
I am trying to run yopass in a docker compose environment. This is my compose file:
The containers start but i don't see anything about the memcached being configured:
I can bring up the UI, but storing gives me an error:
This is with the latest container as of today.
The text was updated successfully, but these errors were encountered: