Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 531 Bytes

Readme.md

File metadata and controls

23 lines (19 loc) · 531 Bytes

Start the agent

  • Check prerequisites

  • Create a copy of the environment file template and update it with your required agent settings:

    cp .env.template .env
    code .env
    
  • Pull the docker image:

    docker compose pull
    
  • Alternatively you can build the docker image with:

    docker compose build
    
  • Start the agent:

    docker compose up -d