Files
example-appstore/apps/whoami/docker-compose.json

11 lines
150 B
JSON
Raw Normal View History

2025-04-23 21:06:48 +02:00
{
"services": [
{
"name": "whoami",
"image": "traefik/whoami:v1.11.0",
"isMain": true,
"internalPort": "80"
}
]
}