- Clone this repo
git clone https://github.com/acresecurity/oo-flex-docker.git
- Change directory to the repo
cd oo-flex-docker
- Edit
.env
file. - Run
docker-compose up -d
cp .env.template .env
vim .env
copy .env.template .env
code .env
# Hostname or IP address of the database server, can include the instance name as well.
# myServerAddress
# myServerAddress\myInstanceName
databaseServer=
# SQL database name
databaseName=
# SQL authentication username
databaseUsername=
# SQL authentication password
databasePassword=