Merge pull request 'fix: bug: tracked docker-compose.yml mounts forgejo at /var/lib/forgejo instead of /data (#532)' (#549) from fix/issue-532 into main
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
This commit is contained in:
commit
bba7585ce1
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ services:
|
||||||
image: codeberg.org/forgejo/forgejo:1
|
image: codeberg.org/forgejo/forgejo:1
|
||||||
container_name: disinto-forgejo
|
container_name: disinto-forgejo
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/forgejo:/var/lib/forgejo
|
- ./data/forgejo:/data
|
||||||
environment:
|
environment:
|
||||||
- FORGEJO__database__DB_TYPE=sqlite3
|
- FORGEJO__database__DB_TYPE=sqlite3
|
||||||
- FORGEJO__service__REGISTER_EMAIL_CONFIRMATION=false
|
- FORGEJO__service__REGISTER_EMAIL_CONFIRMATION=false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue