mirror of
https://gitee.com/gitea/gitea.git
synced 2024-12-15 01:51:30 +08:00
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
|
session:
|
||
|
image: mysql:latest
|
||
|
environment:
|
||
|
MYSQL_ROOT_PASSWORD: rootpass
|
||
|
MYSQL_DATABASE: gogs_session
|
||
|
MYSQL_USER: gogs
|
||
|
MYSQL_PASSWORD: password
|