Skip to content

Commit

Permalink
Fix custom API docker labels example
Browse files Browse the repository at this point in the history
  • Loading branch information
shamoon authored Jan 10, 2024
1 parent 1103df2 commit 8f121d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/configs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ labels:
- homepage.description=Media server
- homepage.widget.type=customapi
- homepage.widget.url=http://argus.service/api/v1/service/summary/emby
- homepage.widget.field[0].label=Deployed Version
- homepage.widget.field[0].field.status=deployed_version
- homepage.widget.field[1].label=Latest Version
- homepage.widget.field[1].field.status=latest_version
- homepage.widget.mappings[0].label=Deployed Version
- homepage.widget.mappings[0].field.status=deployed_version
- homepage.widget.mappings[1].label=Latest Version
- homepage.widget.mappings[1].field.status=latest_version
```

## Docker Swarm
Expand Down

0 comments on commit 8f121d6

Please sign in to comment.