PrizmDoc® v14.4 Release - Updated April 1, 2025
PrizmDoc / Administrator Guide / PrizmDoc Server / Starting & Stopping / Linux
Linux

Introduction

When using the PrizmDoc Server Docker container, you can simply start or stop PrizmDoc Server by starting or stopping the container.

If it is the first time you run the server, you will have to create a config file and configure your license (see Using Docker).

Otherwise, for a standard installation, you can use the following Docker commands:

Start

On Linux

docker run --rm --env ACCEPT_EULA=YES --publish 18681:18681 --volume $(pwd)/config:/config --volume $(pwd)/logs:/logs --volume $(pwd)/data:/data --name prizmdoc-server accusoft/prizmdoc-server

On Windows

docker run --rm --env ACCEPT_EULA=YES --publish 18681:18681 --volume $pwd/config:/config --volume $pwd/logs:/logs --name prizmdoc-server accusoft/prizmdoc-server

Stop

On Linux & Windows

docker stop prizmdoc-server