Fix ssh port

This commit is contained in:
Digital Studium 2023-03-25 14:23:28 +00:00
parent a5a50d0e02
commit 61a7a4696a
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ services:
- /etc/localtime:/etc/localtime:ro
ports:
- "5000:3000"
- "2222:2222"
- "2222:22"
volumes:
gitea-data: