feat: add filtering by container label for Docker integration (#194)
This commit is contained in:
parent
6b63fe209f
commit
faa61b0f1d
5 changed files with 114 additions and 10 deletions
|
|
@ -10,6 +10,8 @@ services:
|
|||
headscale:
|
||||
image: "headscale/headscale:0.25.1"
|
||||
container_name: "headscale"
|
||||
labels:
|
||||
- com.headplane.selector=headscale
|
||||
restart: "unless-stopped"
|
||||
command: "serve"
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue