Bind port 3080 to localhost only

This commit is contained in:
2026-05-25 14:23:06 +03:00
parent 943dcf7858
commit 0f197debe6

View File

@@ -4,7 +4,7 @@ services:
lic-decoder:
build: .
ports:
- "3080:3000"
- "127.0.0.1:3080:3000"
environment:
- JWT_SECRET=${JWT_SECRET:-change-me-to-a-strong-secret}
restart: unless-stopped