Configuration with Docker

Table of Contents

On this page, we discuss how to customize the Docker installation of Lisk Service.

Configuring Lisk Service

The Lisk Service provides all possible Docker related configurations and their default values in an example.env file.

The default example.env file can be seen on the GitHub repository.

To customize the Docker installation, copy the example configuration file to a .env file in the root of the lisk-service directory, where the docker-compose.yml file is located.

Working directory: ./lisk-service/
cp docker/example.env .env

Now edit the newly copied .env file to customize configurations accordingly. All the Lisk Service related configurations have already been explained on the Configuration reference page.

Additional commands for managing Lisk Service with Docker are described on the Docker commands page.