diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-07-16 15:41:23 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-07-16 15:41:23 +0100 |
commit | 6e62f951039cc06f02d14bc0eafcb51afe0023cd (patch) | |
tree | 3548bc2001cc45cf7c5578056693d2320250277c /docs/install/docker.md | |
parent | 56cd029d00d34b69de8b2f2a8cf9f2c82621a79d (diff) |
[Docs] Add bit about cobrand in vagrant.
Diffstat (limited to 'docs/install/docker.md')
-rw-r--r-- | docs/install/docker.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/install/docker.md b/docs/install/docker.md index 3c716a5da..79e3bcb84 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -46,7 +46,8 @@ repository/directory that contains the following (all items optional): perllib/FixMyStreet/Cobrand/(CoBrand.pm) web/cobrands/(cobrand)/ -Create a docker-compose.override.yml file containing: +Create a docker-compose.override.yml file in the root of the fixmystreet +repository (alongside docker-compose.yml) containing: version: '3' |