1. Support arrow-right
  2. How do I restart ItemPath?

How do I restart ItemPath?

If you need to restart ItemPath, you will need access to the folder where ItemPath is installed. This is typically the root folder on a Linux server.

ItemPath runs in a Docker container, so you can restart it by running the following command from the user directory (~/):

docker-compose down && docker-compose up -d

Note: If using Docker Compose V2, you may need to use the new syntax docker compose instead of docker-compose.

This command should stop ItemPath and all of its running containers, then relaunch each one. It will take a minute or two to start up again.

  • For ItemPath hosted in the cloud, you can confirm ItemPath is running by opening the ItemPath URL in a browser.
  • For ItemPath hosted on-premise, you can confirm ItemPath is running by visiting localhost in a browser, or by visiting the IP address of the host machine.