Update File_Containers/convertx/compose.yaml

This commit is contained in:
2026-07-06 22:37:06 +00:00
parent c3e9043759
commit 99898035a4
+2 -2
View File
@@ -3,8 +3,8 @@ services:
image: ghcr.io/c4illin/convertx image: ghcr.io/c4illin/convertx
container_name: convertx container_name: convertx
restart: unless-stopped restart: unless-stopped
ports: #ports:
- "3053:3000" # - "3053:3000"
environment: environment:
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234 # will use randomUUID() if unset - JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234 # will use randomUUID() if unset
# - HTTP_ALLOWED=true # uncomment this if accessing it over a non-https connection # - HTTP_ALLOWED=true # uncomment this if accessing it over a non-https connection