refactor (forgejo): change location of DB on local disk

This commit is contained in:
thomasabishop 2025-04-22 16:40:41 +00:00
parent a90d33f011
commit 4bc17076b0

View file

@ -32,7 +32,8 @@ services:
networks:
- forgejo
volumes:
- ~/mysql_data:/var/lib/mysql
- /data/mysql/forgejo:/var/lib/mysql
networks:
forgejo:
external: false