From 6c3a98af04f2c104b4fe0e2f65957a48318d67f4 Mon Sep 17 00:00:00 2001 From: Nacim Date: Mon, 16 Jun 2025 04:14:21 +0200 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2fb9890..393b26d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ services: container_name: presidio-analyzer restart: unless-stopped ports: - - "3000" + - "5001" environment: - PRESIDIO_ANALYZER_DEFAULT_LANGUAGE=en healthcheck: @@ -20,7 +20,7 @@ services: container_name: presidio-anonymizer restart: unless-stopped ports: - - "3000" + - "5002" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:3000/health"] interval: 30s