Skip to content

Managing Stack

Local Ingress is a simple set of containers managed by Docker Compose.

Start

Start the services, creating a PKI on first run.

docker compose up -d

Stop

Stop the services, keeping your PKI.

docker compose down

Rebuild/Recreate

Rebuilding is a matter of destroying the volumes and starting the stack.

docker compose down -v