Fixed logo
This commit is contained in:
parent
dfdb316d8b
commit
76a2a55ce5
|
|
@ -40,7 +40,7 @@
|
|||
name: apps[i],
|
||||
displayName: content.displayName,
|
||||
description: content.description,
|
||||
logoUrl: content.hasLogo ? (apps[i] + '.png') : 'https://caprover.com/img/logo.png',
|
||||
logoUrl: apps[i] + '.png'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
"captainVersion": "2",
|
||||
"documentation": "Taken from https://hub.docker.com/_/adminer ",
|
||||
"description": "Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP",
|
||||
"hasLogo": "true",
|
||||
"dockerCompose": {
|
||||
"version": "3.3",
|
||||
"services": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue