mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-14 16:07:13 +08:00
19 lines
448 B
YAML
19 lines
448 B
YAML
services:
|
|
netbird:
|
|
container_name: ${CONTAINER_NAME}
|
|
image: netbirdio/netbird:latest
|
|
hostname: Free-Node
|
|
cap_add:
|
|
- NET_ADMIN
|
|
- SYS_ADMIN
|
|
- SYS_RESOURCE
|
|
network_mode: host
|
|
environment:
|
|
- NB_SETUP_KEY=${NB_SETUP_KEY}
|
|
volumes:
|
|
- netbird-client:/var/lib/netbird
|
|
labels:
|
|
createdBy: "Apps"
|
|
volumes:
|
|
netbird-client:
|
|
name: netbird-client |