Skip to content

Commit 0c8550b

Browse files
committed
fix incorrect docker compose command
1 parent cf45358 commit 0c8550b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ OSM Seed contains different containers, these are split into multiple docker com
1818

1919
You can use any container required by extending the `docker compose up` command like this:
2020
* To run just the website `docker compose -f compose/web.yml up`
21-
* To run website and import some data to the DB `docker compose -f compose/populate-apidb.yml up`
21+
* To run website and import some data to the DB `docker compose -f compose/web.yml -f compose/populate-apidb.yml up`
2222

2323
Once `docker-compose` is running, you should be able to access a local instance of services:
2424

0 commit comments

Comments
 (0)