Change gitea ports

This commit is contained in:
koalasat
2025-02-16 11:20:48 +01:00
parent 30ab1e3e17
commit 7b07b8117d

View File

@ -21,6 +21,9 @@ services:
- ./gitea:/data - ./gitea:/data
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
ports:
- "8080:3000"
- "2233:22"
tor: tor:
build: ./tor build: ./tor
restart: always restart: always