this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add upsnap container

+8
+8
compose.yml
··· 1 1 services: 2 + upsnap: 3 + image: seriousm4x/upsnap 4 + restart: unless-stopped 5 + volumes: 6 + - ./data/upsnap:/app/pb_data 7 + ports: 8 + - 8090:8090 9 + 2 10 pds: 3 11 build: ./pds 4 12 restart: unless-stopped