fix: bug: tracked docker-compose.yml mounts forgejo at /var/lib/forgejo instead of /data (#532)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ec950f1a78
commit
c419768871
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ services:
|
|||
image: codeberg.org/forgejo/forgejo:1
|
||||
container_name: disinto-forgejo
|
||||
volumes:
|
||||
- ./data/forgejo:/var/lib/forgejo
|
||||
- ./data/forgejo:/data
|
||||
environment:
|
||||
- FORGEJO__database__DB_TYPE=sqlite3
|
||||
- FORGEJO__service__REGISTER_EMAIL_CONFIRMATION=false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue