mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-26 01:16:56 +00:00
allow to hide containers from the interface via display_name
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
117c3de7c5
commit
2fd750c8b2
2 changed files with 6 additions and 6 deletions
|
|
@ -238,7 +238,7 @@
|
|||
{
|
||||
"container_name": "nextcloud-aio-borgbackup",
|
||||
"depends_on": [],
|
||||
"display_name": "Borgbackup",
|
||||
"display_name": "",
|
||||
"image": "nextcloud/aio-borgbackup",
|
||||
"ports": [],
|
||||
"internal_port": "",
|
||||
|
|
@ -311,7 +311,7 @@
|
|||
{
|
||||
"container_name": "nextcloud-aio-watchtower",
|
||||
"depends_on": [],
|
||||
"display_name": "Watchtower",
|
||||
"display_name": "",
|
||||
"image": "nextcloud/aio-watchtower",
|
||||
"ports": [],
|
||||
"internal_port": "",
|
||||
|
|
@ -332,7 +332,7 @@
|
|||
{
|
||||
"depends_on": [],
|
||||
"container_name": "nextcloud-aio-domaincheck",
|
||||
"display_name": "Domaincheck",
|
||||
"display_name": "",
|
||||
"image": "nextcloud/aio-domaincheck",
|
||||
"ports": [
|
||||
"%APACHE_PORT%/tcp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue