From 601a0f1285c575972587d21dbccb89d180514146 Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Mon, 2 May 2022 04:39:43 +0000 Subject: [PATCH] Update 'Deploment/deployment.json' --- Deploment/deployment.json | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/Deploment/deployment.json b/Deploment/deployment.json index 7a769fe..ae89af5 100644 --- a/Deploment/deployment.json +++ b/Deploment/deployment.json @@ -46,23 +46,7 @@ "hostname": "mosquitto", "network": "host", "restart_policy": "always", - "ports": ["1883:1883/tcp","9001:9001/tcp"], - - "volumes": [ - { - "container": "/mosquitto/config" - }, - { - "container": "/mosquitto/data" - }, - { - "container": "/mosquitto/log" - } - - ], - "labels": [ - { "name": "com.centurylinklabs.watchtower.enable", "value": "true" } - ] + "ports": ["1883:1883/tcp","9001:9001/tcp"] },