From 20ec4cf8ad7351d4b7c51785081754156b2fdd49 Mon Sep 17 00:00:00 2001 From: Bryant Date: Tue, 30 Jan 2024 17:26:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20docker-compose.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index ad93b83..df3e5c9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -40,7 +40,8 @@ services: constraints: - node.role == manager swarmpit-db: - image: couchdb:2.3.1 + # image: couchdb:2.3.1 + image: couchdb:latest volumes: - db-data:/opt/couchdb/data networks: @@ -57,7 +58,8 @@ services: constraints: - node.labels.swarmpit.db-data == true swarmpit-influxdb: - image: influxdb:1.7 + # image: influxdb:1.7 + image: influxdb:latest volumes: - influx-data:/var/lib/influxdb networks: