mirror of
https://github.com/go-gitea/gitea
synced 2025-07-13 22:17:20 +00:00
Update docker image.
Shrink docker image. Update from fig (deprecated) to docker-compose. Update README.md. Signed-off-by: Tiago Pires <tandrepires@gmail.com>
This commit is contained in:
7
docker/blocks/option_db_mysql/docker-compose
Normal file
7
docker/blocks/option_db_mysql/docker-compose
Normal file
@ -0,0 +1,7 @@
|
||||
db:
|
||||
image: mysql:latest
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: rootpass
|
||||
MYSQL_DATABASE: gogs
|
||||
MYSQL_USER: gogs
|
||||
MYSQL_PASSWORD: password
|
Reference in New Issue
Block a user