1
0
Fork 0
1Panel-Appstore/apps/nezha-agent/0.19.10/docker-compose.yml

11 lines
285 B
YAML

services:
nezha-agent:
image: whoer/nezha-agent:0.19.10
container_name: ${CONTAINER_NAME}
restart: unless-stopped
command: --tls -s ${NZ_GRPC_URL} -p ${NZ_CLENT_SECRET} -d
volumes:
- /etc:/etc:ro
network_mode: host
labels:
createdBy: "Apps"