open port 3000 for gitea runner
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 2m36s

This commit is contained in:
2026-03-09 17:55:10 +00:00
parent 64c2ba5562
commit d7b76e4742

View File

@@ -121,5 +121,6 @@ services:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
ports: ports:
- "2222:2222" - "2222:2222"
- "3000:3000"
depends_on: depends_on:
- db - db