mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 13:19:36 +01:00
8 lines
163 B
Text
8 lines
163 B
Text
|
session:
|
||
|
image: mysql:latest
|
||
|
environment:
|
||
|
MYSQL_ROOT_PASSWORD: rootpass
|
||
|
MYSQL_DATABASE: gogs_session
|
||
|
MYSQL_USER: gogs
|
||
|
MYSQL_PASSWORD: password
|