diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index d3f969f..b61de04 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -58,9 +58,11 @@ services: # pyros-network: # ipv4_address: 172.19.0.5 - # service image of python, that let users to interact with python scripts such as pyros. + # Service image of python, that lets users interact with python scripts such as pyros. pyros: #read_only: true + # app/pyros is equivalent to your PYROS_SOFT/PYROS/ directory + # Change "pyros" to whatever you want for the PYROS/ dir name (if you do not want "PYROS") working_dir: /home/pyros_user/app/pyros deploy: -- libgit2 0.21.2