mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Docker: Improve mariadb init
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
4442ba6703
commit
6c7bb04b93
5 changed files with 39 additions and 30 deletions
|
@ -1,8 +1,9 @@
|
|||
#!/bin/bash
|
||||
set -eou pipefail
|
||||
|
||||
[[ -z "$DB_HOST" ]] && echo 'Error: $DB_HOST required but missing.' && exit 1
|
||||
|
||||
DB_NAME="aurweb_test"
|
||||
DB_HOST="mariadb"
|
||||
DB_USER="aur"
|
||||
DB_PASS="aur"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue