Skip to content

Commit 4796660

Browse files
committed
+ Chaged to new API
1 parent 59ef2a1 commit 4796660

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docker-compose_cluster.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ services:
5151

5252
volumes:
5353
hdfs-master-data:
54-
external:
55-
name: 'hdsf_master_data_swarm'
54+
external: true
55+
name: 'hdsf_master_data_swarm'
5656
hdfs-master-checkpoint-data:
57-
external:
58-
name: 'hdsf_master_checkpoint_data_swarm'
57+
external: true
58+
name: 'hdsf_master_checkpoint_data_swarm'
5959
hdfs-worker-data:
60-
external:
61-
name: 'hdsf_worker_data_swarm'
60+
external: true
61+
name: 'hdsf_worker_data_swarm'
6262

6363
# Uses cluster-net network
6464
networks:

0 commit comments

Comments
 (0)