diff --git a/production/docker/docker-compose.yml b/production/docker/docker-compose.yml index 93fc8be..c8edd76 100644 --- a/production/docker/docker-compose.yml +++ b/production/docker/docker-compose.yml @@ -70,10 +70,10 @@ services: restart: always bch-dex: - build: - context: ./bch-dex/ - dockerfile: Dockerfile - #image: christroutner/bch-dex:v1.9.2 + #build: + # context: ./bch-dex/ + # dockerfile: Dockerfile + image: christroutner/bch-dex:v1.9.6 container_name: bch-dex environment: CONSUMER_URL: 'https://free-bch.fullstack.cash' diff --git a/production/rpi-docker/docker-compose.yml b/production/rpi-docker/docker-compose.yml index 20bda75..8a5fca5 100644 --- a/production/rpi-docker/docker-compose.yml +++ b/production/rpi-docker/docker-compose.yml @@ -70,7 +70,7 @@ services: #build: # context: ./bch-dex/ # dockerfile: Dockerfile - image: christroutner/bch-dex-rpi:v1.8.3 + image: christroutner/bch-dex-rpi:v1.9.6 container_name: bch-dex environment: CONSUMER_URL: 'https://free-bch.fullstack.cash'