refactor (forgejo): change location of DB on local disk
This commit is contained in:
parent
a90d33f011
commit
4bc17076b0
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- forgejo
|
- forgejo
|
||||||
volumes:
|
volumes:
|
||||||
- ~/mysql_data:/var/lib/mysql
|
- /data/mysql/forgejo:/var/lib/mysql
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
forgejo:
|
forgejo:
|
||||||
external: false
|
external: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue