1
0

chore(deps): update nattertool/natter docker tag to v2.2.1 (#2053)

This commit is contained in:
renovate[bot]
2025-10-13 02:07:41 +00:00
committed by GitHub
parent c7c35be10d
commit 0173e84975
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
services:
${SERVICE_NAME}:
image: "nattertool/natter:2.2.1"
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"