Skip to content

acresecurity/oo-flex-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Getting Started

  1. Clone this repo git clone https://github.com/acresecurity/oo-flex-docker.git
  2. Change directory to the repo cd oo-flex-docker
  3. Edit .env file.
  4. Run docker-compose up -d

Config .env

linux

cp .env.template .env
vim .env

Windows

copy .env.template .env
code .env

Required Settings

# 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=

About

Deploy Flex with Docker-Compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published