Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

docker setup return error #47

Open
dragonku7 opened this issue Aug 20, 2020 · 2 comments
Open

docker setup return error #47

dragonku7 opened this issue Aug 20, 2020 · 2 comments

Comments

@dragonku7
Copy link

i try to deploy bridge server, and return some error

WALLET_IMAGE='walletconnect/proxy:master'
NGINX_IMAGE='walletconnect/nginx:master'
BRIDGE_URL=
CERTBOT_EMAIL=
docker stack deploy -c ops/docker-compose.yml
-c ops/docker-compose.prod.yml walletconnect
unsupported Compose file version: 3.7
make: *** [deploy] Error 1

pls tell me how can solve this problem? tks

@sbc64
Copy link
Contributor

sbc64 commented Aug 23, 2020

Hello @dragonku7,

The first thing to check is whether you have the right docker engine installed. This table shows which compose files are compatible with the docker engine: https://docs.docker.com/compose/compose-file/#compose-and-docker-compatibility-matrix

This command should tell you which docker version you have:

docker version --format "{{.Client.Version}}"

You need docker version > 18.06.0+ for the compose file v3.7 to work.

Let me know if that helps.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@dragonku7 @sbc64 and others