From f537fa581d2f19b5aaf3df899f06de2ea89dcd97 Mon Sep 17 00:00:00 2001 From: Piotr Biernat Date: Sun, 25 Jun 2023 02:11:09 +0200 Subject: [PATCH] Update testing env --- deploy/egommerce-stack.dev.local.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/egommerce-stack.dev.local.yml b/deploy/egommerce-stack.dev.local.yml index 0d0c4f0..5834e9a 100644 --- a/deploy/egommerce-stack.dev.local.yml +++ b/deploy/egommerce-stack.dev.local.yml @@ -17,6 +17,7 @@ services: - APP_DOMAIN=registry.egommerce.local # - APP_PORT=40058 ports: + - '8300:8300' - '40058:8500' - '8600:8600/udp'