-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
topic/uiChange the appearance of the Gitea UIChange the appearance of the Gitea UI
Description
- Gitea version (or commit ref): 1.13
- Git version: Docker built-in
- Database:
- MySQL
Description
Hello,
I use gitea inside docker but today after multiple deletion and creation of the container with mapped data to a volume, i found a bug. Organization avatars not persists.
Here, my docker-compose.yaml
file:
version: '3'
services:
web:
image: gitea/gitea:1.13
volumes:
- git_data:/data
- ./app.ini:/data/gitea/conf/app.ini
ports:
- "127.0.0.1:3000:3000"
- "2222:22"
depends_on:
- db
restart: unless-stopped
db:
image: mariadb:latest
restart: unless-stopped
environment:
- MYSQL_ROOT_PASSWORD=xx
- MYSQL_DATABASE=gitea
- MYSQL_USER=gitea
- MYSQL_PASSWORD=xx
volumes:
- db_data/:/var/lib/mysql
volumes:
db_data:
git_data:
Screenshots
Metadata
Metadata
Assignees
Labels
topic/uiChange the appearance of the Gitea UIChange the appearance of the Gitea UI