From 99898035a43798e90d7103de4ab5f286511c2171 Mon Sep 17 00:00:00 2001 From: Gabe Date: Mon, 6 Jul 2026 22:37:06 +0000 Subject: [PATCH] Update File_Containers/convertx/compose.yaml --- File_Containers/convertx/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/File_Containers/convertx/compose.yaml b/File_Containers/convertx/compose.yaml index ac413b9..5f2eb8e 100644 --- a/File_Containers/convertx/compose.yaml +++ b/File_Containers/convertx/compose.yaml @@ -3,8 +3,8 @@ services: image: ghcr.io/c4illin/convertx container_name: convertx restart: unless-stopped - ports: - - "3053:3000" + #ports: + # - "3053:3000" environment: - JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234 # will use randomUUID() if unset # - HTTP_ALLOWED=true # uncomment this if accessing it over a non-https connection