Commit 4980565450f85e9d2d74c21a4fbd617fede72b52

Authored by Alexis Koralewski
1 parent 1c39b5d4
Exists in dev

renaming pyros container

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
docker/docker-compose.yml
... ... @@ -22,7 +22,7 @@ services:
22 22 retries: 20
23 23  
24 24 # service image of python, that let users to interact with python scripts such as pyros.
25   - install:
  25 + pyros:
26 26 # path to the Dockerfile of this image
27 27 build: ..
28 28 container_name: pyros
... ...