Last active 1722420985

schBenedikt revised this gist 1722420985. Go to revision

1 file changed, 13 insertions

UpSnap.yml(file created)

@@ -0,0 +1,13 @@
1 + version: "3"
2 + services:
3 + upsnap:
4 + container_name: upsnap
5 + image: ghcr.io/seriousm4x/upsnap:4
6 + network_mode: host
7 + restart: unless-stopped
8 + volumes:
9 + - ./data:/app/pb_data
10 + environment:
11 + - TZ=Europe/Berlin
12 + - UPSNAP_INTERVAL=@every 10s
13 + - UPSNAP_SCAN_RANGE=192.168.188.0/24
Newer Older