use less common port for JWT service

This commit is contained in:
fkwp
2024-11-06 20:07:52 +01:00
parent 430337e725
commit 65742db4f2
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ services:
condition: on-failure
ports:
# HOST_PORT:CONTAINER_PORT
- 8080:8080
- 8009:8080
networks:
- ecbackend