mirror of
https://github.com/edgegamers/Gangs.git
synced 2025-12-05 20:40:30 -08:00
8 lines
162 B
YAML
8 lines
162 B
YAML
services:
|
|
mariadb:
|
|
image: mariadb:latest
|
|
environment:
|
|
MARIADB_ALLOW_EMPTY_ROOT_PASSWORD: yes
|
|
MARIADB_DATABASE: gangs
|
|
network_mode: host
|