This guide uses Docker to run Trusted-CGI.
For Docker installation, see Docker.
Create a directory to store your configuration and compose files.
mkdir -p /opt/trusted-cgi
cd /opt/trusted-cgi
Define a container for Trusted-CGI.
services:
trusted-cgi:
image: trusted-cgi:latest
ports:
- "8080:8080"
Start the container in the background.
docker compose up -d
Any questions?
Feel free to contact us. Find all contact information on our contact page.