mirror of
https://github.com/gogs/gogs.git
synced 2026-05-28 12:50:20 +02: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
|