From 1a08dba79886b1710c8bd90cf49f8aa29c50fafb Mon Sep 17 00:00:00 2001 From: julien Date: Sat, 18 Jan 2025 14:53:38 +0100 Subject: [PATCH] port --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index c93e3d8..e9d44dc 100644 --- a/compose.yml +++ b/compose.yml @@ -23,7 +23,7 @@ services: - .env - ../passwords/statsnetignet.pass ports: - - "127.0.0.1:3000:3000" + - "127.0.0.1:9012:3000" healthcheck: test: ["CMD-SHELL", "curl http://localhost:3000/api/heartbeat"] interval: 5s