Skip to content

Commit

Permalink
make: remove backslash typo
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed Nov 2, 2017
1 parent 34e53d9 commit 3b22f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ docker-run:
-e SLAPD_CONFIG_ROOTPW="secret" \
-p "389:389" -p "636:636" \
-d cobaugh/openldap-alpine
docker run \--name cratedb \
docker run --name cratedb \
-p "6543:5432" \
-d crate crate \
-Cnetwork.host=0.0.0.0 \
Expand Down Expand Up @@ -116,7 +116,7 @@ docker-run-circle:
-e SLAPD_CONFIG_ROOTPW="secret" \
-p "389:389" -p "636:636" \
-d cobaugh/openldap-alpine
docker run \--name cratedb \
docker run --name cratedb \
-p "6543:5432" \
-d crate crate \
-Cnetwork.host=0.0.0.0 \
Expand Down

0 comments on commit 3b22f2e

Please sign in to comment.