Skip to content

I started Pleasanter 1.4.0.0 pulled from DockerHub, but there is no response in the browser

Answer

For Pleasanter version 1.4.0.0 and later, please use the following command to start the Pleasanter.

docker compose run -p 50001:8080 pleasanter


Overview

When starting Pleasanter pulled from DockerHub, the command to start Pleasanter is as follows, depending on the version.

Up to version 1.3.50.2

docker compose run -p 50001:80 pleasanter

Version 1.4.0.0 and later

docker compose run -p 50001:8080 pleasanter

Launch with Docker