o-fl0w / stash-vr

Watch your stash library in VR.
49 stars 8 forks source link

connection refused on new image #22

Closed GoldstarZV closed 10 months ago

GoldstarZV commented 10 months ago

I just pulled the latest image and now trying to recreate my container

docker run --name=stash-vr -e STASH_GRAPHQL_URL=http://localhost:8888/graphql -e STASH_API_KEY=MYAPIKEYHERE -e ALLOW_SYNC_MARKERS=true -p 9666:9666 ofl0w/stash-vr:latest

I'm getting: WRN Failed to retrieve stash version error="Post \"http://localhost:8888/graphql\": dial tcp 127.0.0.1:8888: connect: connection refused" mod=default WRN Failed to build sections by front page error="FindSavedFilterIdsByFrontPage: UIConfiguration: Post \"http://localhost:8888/graphql\": dial tcp 127.0.0.1:8888: connect: connection refused" mod=default

Any ideas?

GoldstarZV commented 10 months ago

ah turns out I needed to use the full IP address, not localhost