mirror of
https://github.com/go-gitea/gitea
synced 2024-11-09 19:42:09 +01:00
8 lines
150 B
Text
8 lines
150 B
Text
|
db:
|
||
|
image: mysql:latest
|
||
|
environment:
|
||
|
MYSQL_ROOT_PASSWORD: rootpass
|
||
|
MYSQL_DATABASE: gogs
|
||
|
MYSQL_USER: gogs
|
||
|
MYSQL_PASSWORD: password
|