Correct the port for Gitea

This commit is contained in:
Andreas Zweili 2022-05-18 21:31:32 +02:00
parent 675112a2b8
commit adf117d5dc
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ services:
- /etc/localtime:/etc/localtime:ro
ports:
- 2222:22
- 80:3000
- 8080:3000
links:
- db:db
depends_on: