Add: Icon labels for all services with Unraid/Docker support\n\n- Added com.docker.compose.service-icon labels\n- Added com.unraid.icon labels for Unraid compatibility\n- Added generic icon labels for other tools\n- Updated README with icon documentation\n- Included aliasvault-icon.png from original repo
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
web:
|
||||
image: nginx:alpine
|
||||
labels:
|
||||
com.example.icon: "https://example.com/icon.png"
|
||||
com.docker.compose.service-icon: "https://cdn-icons-png.flaticon.com/512/226/226269.png"
|
||||
Reference in New Issue
Block a user