add working icons to all compose projects
This commit is contained in:
@@ -15,6 +15,7 @@ services:
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
labels:
|
||||
net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/mariadb-icon.png"
|
||||
folder.view2: "Databases"
|
||||
|
||||
redis:
|
||||
@@ -28,6 +29,7 @@ services:
|
||||
retries: 5
|
||||
start_period: 10s
|
||||
labels:
|
||||
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/redis.png"
|
||||
folder.view2: "Databases"
|
||||
|
||||
pterodactyl-panel:
|
||||
@@ -71,6 +73,8 @@ services:
|
||||
redis:
|
||||
condition: service_healthy
|
||||
labels:
|
||||
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/pterodactyl.png"
|
||||
net.unraid.docker.webui: "https://game-servers.homecube.org"
|
||||
folder.view2: "Game Servers"
|
||||
|
||||
pterodactyl-wings:
|
||||
@@ -89,4 +93,5 @@ services:
|
||||
- "2022:2022" # SFTP
|
||||
working_dir: /var/lib/pterodactyl
|
||||
labels:
|
||||
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/pterodactyl.png"
|
||||
folder.view2: "Game Servers"
|
||||
|
||||
Reference in New Issue
Block a user