Fix path and ports

This commit is contained in:
Fabio Sinibaldi 2026-09-26 20:09:14 +02:00
parent 8af5c6bd92
commit 7217433fa5
1 changed files with 2 additions and 2 deletions

View File

@ -27,11 +27,11 @@ services:
- newt
volumes:
- {{ forgejo_data_dir.path }}:/data
- /etc/localtime:/etc/localtime:ro
- {{ forgejo_data_dir.path }}/gitea:/var/lib/gitea
ports:
- '3000:3000'
- '222:22'
- "222:2222"
depends_on:
- db