Skip to content

Commit

Permalink
fixup! dockerfiles: migrate to grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian-Krause committed Jul 24, 2024
1 parent ee073b8 commit e66a172
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
/.pytest_cache/
/htmlcov/
/labgrid/_version.py
/dockerfiles/staging/crossbar/*
!/dockerfiles/staging/crossbar/places_example.yaml
/dockerfiles/staging/coordinator/*
!/dockerfiles/staging/coordinator/places_example.yaml
/.idea
2 changes: 1 addition & 1 deletion dockerfiles/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ so you can restart the service without losing state.

.. code-block:: bash
$ docker run -t -p 20408:20408 -v $HOME/crossbar:/opt/coordinator \
$ docker run -t -p 20408:20408 -v $HOME/coordinator:/opt/coordinator \
docker.io/labgrid/coordinator
Expand Down

0 comments on commit e66a172

Please sign in to comment.