Closed GoldstarZV closed 1 year 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?
ah turns out I needed to use the full IP address, not localhost
I just pulled the latest image and now trying to recreate my container
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?