this repo has no description
0
fork

Configure Feed

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

Use more unique port numbers

authored by

James Blair and committed by
Tangled
9359df44 127e0e1a

+2 -2
+2 -2
compose.yaml
··· 9 9 volumes: 10 10 - cai_data:/data 11 11 ports: 12 - - "127.0.0.1:3001:3001" 12 + - "127.0.0.1:4002:3001" 13 13 14 14 web: 15 15 build: ··· 17 17 dockerfile: Dockerfile.web 18 18 restart: unless-stopped 19 19 ports: 20 - - "127.0.0.1:3000:80" 20 + - "127.0.0.1:4001:80" 21 21 22 22 volumes: 23 23 cai_data: