Bind port 3080 to localhost only
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user