8 lines
97 B
Bash
Executable File
8 lines
97 B
Bash
Executable File
#! /bin/bash -
|
|
|
|
read -sp "Enter DB password: " DB_PASS
|
|
echo
|
|
|
|
export DB_PASS
|
|
docker-compose up -d
|