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

Commit

Permalink
🔨 Add base to default list of hidden containers (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thijs de Jong committed Aug 22, 2020
1 parent f147105 commit 5d55f78
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=base)
# shellcheck disable=SC2191
options+=(--hide-label io.hass.type=core)
# shellcheck disable=SC2191
options+=(--hide-label io.hass.type=addon)
Expand Down

0 comments on commit 5d55f78

Please sign in to comment.