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: lic-decoder:
build: . build: .
ports: ports:
- "3080:3000" - "127.0.0.1:3080:3000"
environment: environment:
- JWT_SECRET=${JWT_SECRET:-change-me-to-a-strong-secret} - JWT_SECRET=${JWT_SECRET:-change-me-to-a-strong-secret}
restart: unless-stopped restart: unless-stopped