From 4c1731413e9fc90c758047251d618e21e70acb76 Mon Sep 17 00:00:00 2001 From: pedro Date: Wed, 3 Apr 2024 13:33:00 +0200 Subject: [PATCH] change default devicehub port being used by the CI/CD webhook gitea helper :) --- docker-compose__pilot-ereuse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose__pilot-ereuse.yml b/docker-compose__pilot-ereuse.yml index ef15b59..ea475e4 100644 --- a/docker-compose__pilot-ereuse.yml +++ b/docker-compose__pilot-ereuse.yml @@ -90,7 +90,7 @@ services: - CONFIG_OIDC=n - IMPORT_SNAPSHOTS=n ports: - - 5000:5000 + - 5500:5000 volumes: - devicehub:/opt/devicehub:rw