diff --git a/dev/compose.yaml b/dev/compose.yaml index 0b9a798..fae8126 100644 --- a/dev/compose.yaml +++ b/dev/compose.yaml @@ -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