refactor (service): use disk storage for forgejo mysql
This commit is contained in:
parent
902a82aa2f
commit
7336b575b7
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- forgejo
|
- forgejo
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/storagebox_alpha/forgejo/mysql:/var/lib/mysql
|
- ~/mysql_data:/var/lib/mysql
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
forgejo:
|
forgejo:
|
||||||
|
|
Loading…
Add table
Reference in a new issue