Updated Doc after upgrade to docker-compose
This commit is contained in:
parent
75851cf0d3
commit
dca4f4b800
|
@ -12,7 +12,7 @@ Clone datapusher in `_datapusher`:
|
|||
git clone https://github.com/ckan/datapusher.git
|
||||
|
||||
|
||||
Tell the fig file to build it:
|
||||
Configure the service definition (docker-compose.yml) file to build it:
|
||||
|
||||
datapusher:
|
||||
build: _service-provider/_datapusher
|
||||
|
|
|
@ -16,7 +16,7 @@ _Move to the `ckan-docker` directory_
|
|||
|
||||
_Build the Docker image from `docker/compose/Dockerfile`, and call it "dockercompose_container"_
|
||||
|
||||
docker build --tag="dockercompose_container" docker/fig
|
||||
docker build --tag="dockercompose_container" docker/compose
|
||||
|
||||
- Run it:
|
||||
|
||||
|
|
Loading…
Reference in New Issue