lelinhtinh / de4js

JavaScript Deobfuscator and Unpacker
https://lelinhtinh.github.io/de4js/
MIT License
1.29k stars 325 forks source link

Update README.md #76

Closed peasead closed 2 years ago

peasead commented 2 years ago

This is the exposed port from the host to the guest.

CONTAINER ID   IMAGE       COMMAND                  CREATED         STATUS         PORTS                                               NAMES
4fcad47a29f4   de4js_app   "docker-entrypoint.s…"   6 minutes ago   Up 6 minutes   0.0.0.0:60649->4000/tcp, 0.0.0.0:60648->35729/tcp   de4js_app
lelinhtinh commented 2 years ago

Copy .env.example to .env file and then change the APP_PORT value. https://github.com/lelinhtinh/de4js/blob/d8110ae564c454f2ca80f41d515ad626a20ea723/.env.example#L1

Rebuild Docker.

docker-compose down
docker-compose up --build
peasead commented 2 years ago

Sounds good. Thanks, sorry for the noise.