From 5e6faf9151f30715bfd5c097f326562e752e93ab Mon Sep 17 00:00:00 2001 From: "dlt.green" Date: Sun, 1 Dec 2024 14:02:09 +0100 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index e9f482e..0f1c5c1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,10 @@ +version: '3' services: iota-node: image: iotaledger/iota-node:testnet + container_name: validator-iota-testnet + restart: unless-stopped + stop_grace_period: 5m ports: - "8080:8080" - "8081:8081" @@ -16,4 +20,4 @@ services: "/opt/iota/bin/iota-node", "--config-path", "/opt/iota/config/fullnode.yaml", - ] \ No newline at end of file + ]