fix: correct Gitea custom directory mount path

Change from ./dev/custom to ./custom since compose.yaml is in dev/ directory

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-15 11:57:24 +01:00
parent 17653546b8
commit fbdca7c5a2

View File

@@ -11,7 +11,7 @@ services:
- gitea_config:/etc/gitea
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- ./dev/custom:/data/gitea/custom:ro
- ./custom:/data/gitea/custom:ro
environment:
TZ: ${TIMEZONE:-Europe/Berlin}
USER_UID: 1000