1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-02 17:35:17 +02:00

clarify order parameter in docker example

This commit is contained in:
François Darveau 2021-08-07 14:02:35 -04:00
parent e07159e952
commit f51ccf71c7

View file

@ -161,7 +161,7 @@ labels:
- flame.url=https://example.com
- flame.category=My category # 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.