Change gitea ports

This commit is contained in:
koalasat
2025-02-16 11:21:59 +01:00
parent aa81031bf3
commit 4e5a9dedd1
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ services:
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
ports: ports:
- "8080:3000" - "6177:3000"
- "2233:22" - "2233:22"
tor: tor:
build: ./tor build: ./tor

View File

@ -116,7 +116,7 @@ server {
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_pass http://127.0.0.1:8080; proxy_pass http://127.0.0.1:6177;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade"; proxy_set_header Connection "upgrade";