Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
🔨 Add core to default list of hidden containers (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishas35 authored Jul 29, 2020
1 parent c327724 commit 7fa7ffa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions portainer/rootfs/etc/services.d/portainer/run
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ if ! bashio::fs.file_exists "/data/hidden"; then
# shellcheck disable=SC2191
options+=(--hide-label io.hass.type=homeassistant)
# shellcheck disable=SC2191
options+=(--hide-label io.hass.type=core)
# shellcheck disable=SC2191
options+=(--hide-label io.hass.type=addon)
# shellcheck disable=SC2191
options+=(--hide-label io.hass.type=audio)
Expand Down

0 comments on commit 7fa7ffa

Please sign in to comment.