mirror of
https://github.com/gogs/gogs.git
synced 2026-06-21 11:11:22 +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
|