This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
services/mariadb/.env

9 lines
221 B
Bash

#MARIADB_CONTAINER_NAME=
#MARIADB_VOLUME_NAME=
#MARIADB_IMAGE=
MARIADB_ROOT_PASSWORD=replace-me
MARIADB_USER=user-example
MARIADB_PASSWORD=password-example
MARIADB_DATABASE=mariadb-database-name-example
#MARIADB_COMMAND=