Skip to content

Commit 240c126

Browse files
authored
add upsnap
1 parent 1e9b5c7 commit 240c126

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: "2.1"
22

33
volumes:
44
state: {}
5+
usdata: {}
56

67
services:
78
tailscale:
@@ -21,3 +22,10 @@ services:
2122
tmpfs:
2223
- /tmp
2324
- /var/run/
25+
upsnap:
26+
container_name: upsnap
27+
image: seriousm4x/upsnap:5
28+
network_mode: host
29+
restart: unless-stopped
30+
volumes:
31+
- usdata:/app/pb_data

0 commit comments

Comments
 (0)