Installation
Docker
Choose your architecture
docker compose pulldocker compose updocker compose builddocker compose upLast updated
If you haven't installed Docker before, please install it. Nothing will work without it [Installation Guide Link]
To install, you need to download the repository and deploy the Docker Compose Container
downloading images from the repository:
docker compose pullstart:
docker compose upTo install, you need to download the repository and deploy the Docker Compose Container
building images:
docker compose buildstart:
docker compose upTo run containers in the background, use the -d flag
Example:
docker compose up -dAfter this, please configure the programming languages. This is described on the next page
Last updated