runtipi-appstore/apps/whoami/docker-compose.json
Nicolas Meienberger 65a5a418e8 feat: base config
2025-04-23 21:06:48 +02:00

10 lines
150 B
JSON

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