1
0

feat:添加natter到列表

This commit is contained in:
okxlin
2024-06-05 18:45:54 +08:00
parent 2d9413ca7c
commit f59d223770
9 changed files with 144 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
services:
${SERVICE_NAME}:
image: "nattertool/natter:latest"
container_name: ${CONTAINER_NAME}
command: ${COMMAND}
volumes:
- ${EXTERNAL_DATA_PATH}:${INTERNAL_DATA_PATH}
cap_add:
- NET_ADMIN
- NET_RAW
environment:
- TZ=${TIME_ZONE}
network_mode: host
restart: always
labels:
createdBy: "Apps"