This commit is contained in:
Dave Horton
2021-01-10 13:50:10 -05:00
parent 8d1f18b7bf
commit 6e3d07edd5
2 changed files with 1 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ There are a few configuration items you will need to supply before running docke
Checkout and install as follows:
```
git clone git@github.com:jambonz/jambonz-infrastructure.git
cd jambonz-infrastructure
git submodule update --init
cd docker

View File

@@ -110,7 +110,6 @@ services:
JAMBONES_REDIS_PORT: 6379
JAMBONES_LOGLEVEL: info
ENABLE_METRICS: 0
DEBUG: jambonz:*
depends_on:
- mysql
- redis