diff --git a/apps/gateway-go/2.0.2/.env.sample b/apps/gateway-go/2.0.4/.env.sample similarity index 100% rename from apps/gateway-go/2.0.2/.env.sample rename to apps/gateway-go/2.0.4/.env.sample diff --git a/apps/gateway-go/2.0.2/data.yml b/apps/gateway-go/2.0.4/data.yml similarity index 100% rename from apps/gateway-go/2.0.2/data.yml rename to apps/gateway-go/2.0.4/data.yml diff --git a/apps/gateway-go/2.0.2/docker-compose.yml b/apps/gateway-go/2.0.4/docker-compose.yml similarity index 81% rename from apps/gateway-go/2.0.2/docker-compose.yml rename to apps/gateway-go/2.0.4/docker-compose.yml index 9b86efcf8..00eba2b7b 100644 --- a/apps/gateway-go/2.0.2/docker-compose.yml +++ b/apps/gateway-go/2.0.4/docker-compose.yml @@ -5,6 +5,6 @@ services: network_mode: "host" volumes: - "${DATA_PATH}:/root" - image: openiothub/gateway-go:v2.0.2 + image: openiothub/gateway-go:v2.0.4 labels: createdBy: "Apps"