runtipi-appstore/apps/whoami/docker-compose.json
2025-04-26 13:42:58 +00:00

10 lines
150 B
JSON

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