mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-04 10:25:17 +02:00
clarify order parameter in docker example
This commit is contained in:
parent
e07159e952
commit
f51ccf71c7
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ labels:
|
||||||
- flame.url=https://example.com
|
- flame.url=https://example.com
|
||||||
- flame.category=My category # Optional, default is "Docker"
|
- flame.category=My category # Optional, default is "Docker"
|
||||||
- flame.icon=icon-name # Optional, default is "docker"
|
- flame.icon=icon-name # Optional, default is "docker"
|
||||||
- flame.order=1 # Optional, default is 1
|
- flame.order=1 # Optional, default is 1; lower number is first in the list
|
||||||
```
|
```
|
||||||
|
|
||||||
And you must have activated the Docker sync option in the settings panel.
|
And you must have activated the Docker sync option in the settings panel.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue