Skip to content

Commit

Permalink
Merge pull request #85 from GIScience/SlowMo24-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
nilsnolde authored Mar 11, 2020
2 parents d65f68b + c319340 commit 75791a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ Don't forget to change the host name and port inside `ops_settings_docker.yml` b
Command to use to run all-in-one docker container

```sh
docker-compose up -d -f /path/to/docker-compose-with-postgis.yml
docker-compose -f /path/to/docker-compose-with-postgis.yml up -d
```

#### Only deploy openpoiservice

This will only run openpoiservice inside a container, meaning that you will need to handle the database yourself and connect it to this container.

```sh
docker-compose up -d -f /path/to/docker-compose.yml
docker-compose -f /path/to/docker-compose.yml up -d
```

#### After deploy
Expand Down

0 comments on commit 75791a2

Please sign in to comment.