mirror of
https://github.com/gogs/gogs.git
synced 2025-12-21 15:50:00 +01:00
8 lines
150 B
Plaintext
8 lines
150 B
Plaintext
|
|
db:
|
||
|
|
image: mysql:latest
|
||
|
|
environment:
|
||
|
|
MYSQL_ROOT_PASSWORD: rootpass
|
||
|
|
MYSQL_DATABASE: gogs
|
||
|
|
MYSQL_USER: gogs
|
||
|
|
MYSQL_PASSWORD: password
|