diff --git a/templates/compose/gitea-with-mariadb.yaml b/templates/compose/gitea-with-mariadb.yaml index 83a7fc581..049c02bbd 100644 --- a/templates/compose/gitea-with-mariadb.yaml +++ b/templates/compose/gitea-with-mariadb.yaml @@ -16,7 +16,7 @@ services: - GITEA__database__USER=$SERVICE_USER_MYSQL - GITEA__database__PASSWD=$SERVICE_PASSWORD_MYSQL volumes: - - gitea-data:/var/lib/gitea + - gitea-data:/data - gitea-timezone:/etc/timezone:ro - gitea-localtime:/etc/localtime:ro ports: diff --git a/templates/compose/gitea-with-mysql.yaml b/templates/compose/gitea-with-mysql.yaml index 7319c034b..8af4fab35 100644 --- a/templates/compose/gitea-with-mysql.yaml +++ b/templates/compose/gitea-with-mysql.yaml @@ -16,7 +16,7 @@ services: - GITEA__database__USER=$SERVICE_USER_MYSQL - GITEA__database__PASSWD=$SERVICE_PASSWORD_MYSQL volumes: - - gitea-data:/var/lib/gitea + - gitea-data:/data - gitea-timezone:/etc/timezone:ro - gitea-localtime:/etc/localtime:ro ports: diff --git a/templates/compose/gitea-with-postgresql.yaml b/templates/compose/gitea-with-postgresql.yaml index ec72a58ed..d752f5f61 100644 --- a/templates/compose/gitea-with-postgresql.yaml +++ b/templates/compose/gitea-with-postgresql.yaml @@ -16,7 +16,7 @@ services: - GITEA__database__USER=$SERVICE_USER_POSTGRESQL - GITEA__database__PASSWD=$SERVICE_PASSWORD_POSTGRESQL volumes: - - gitea-data:/var/lib/gitea + - gitea-data:/data - gitea-timezone:/etc/timezone:ro - gitea-localtime:/etc/localtime:ro ports: