Fix docker dev links (#1470)

Updated `docker-compose.local.yml` to `docker-compose.dev.yml` to reflect the correct docker files
This commit is contained in:
Jordan Havard
2022-08-15 23:43:50 +10:00
committed by GitHub
parent ca1cd01f3d
commit 6becc6de63
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#
# Run with either `make docker-test` or the following Docker command:
# docker-compose -f docker-compose.yml -f docker-compose.local.yml up
# docker-compose -f docker-compose.yml -f docker-compose.dev.yml up
#
---
services: