this repo has no description
0
fork

Configure Feed

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

Change port 80 to port 3000 in docker compose and nginx config

authored by

James Blair and committed by
Tangled
68fc9d31 9359df44

+2 -2
+1 -1
compose.yaml
··· 17 17 dockerfile: Dockerfile.web 18 18 restart: unless-stopped 19 19 ports: 20 - - "127.0.0.1:4001:80" 20 + - "127.0.0.1:4001:3000" 21 21 22 22 volumes: 23 23 cai_data:
+1 -1
docker/nginx-web.conf
··· 1 1 server { 2 - listen 80; 2 + listen 3000; 3 3 server_name _; 4 4 5 5 root /usr/share/nginx/html;