docker
docker copied to clipboard
json: cannot unmarshal array into Go value of type string
When I run docker-compose up i get the followin error
Unable to connect to Couchbase Server (connection refused). Please ensure it is running and reachable at the configured host and port. Detailed error: json: cannot unmarshal array into Go value of type string -- rest.RunServer() at config.go:758
docker-compose version 1.16.1, build 6d1ac21 Docker version 17.06.2-ce, build cec0b72
Any ideas?
Is that with the compose/couchbase-server-sync-gateway/docker-compose.yml file? If not, can you share your docker-compose file?
@ceejatec yes, compose/couchbase-server-sync-gateway
@tleyden Any ideas on this one?