runtipi-appstore/apps/whoami/docker-compose.json
2025-04-26 09:50:59 +02:00

10 lines
150 B
JSON

{
"services": [
{
"name": "whoami",
"image": "traefik/whoami:v1.10.0",
"isMain": true,
"internalPort": "80"
}
]
}