Commit e045e5e069389f4ac863ce47356b30dad05ece42
1 parent
8ec579f0
Exists in
dev
added comment
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
docker/docker-compose.yml
@@ -58,9 +58,11 @@ services: | @@ -58,9 +58,11 @@ services: | ||
58 | # pyros-network: | 58 | # pyros-network: |
59 | # ipv4_address: 172.19.0.5 | 59 | # ipv4_address: 172.19.0.5 |
60 | 60 | ||
61 | - # service image of python, that let users to interact with python scripts such as pyros. | 61 | + # Service image of python, that lets users interact with python scripts such as pyros. |
62 | pyros: | 62 | pyros: |
63 | #read_only: true | 63 | #read_only: true |
64 | + # app/pyros is equivalent to your PYROS_SOFT/PYROS/ directory | ||
65 | + # Change "pyros" to whatever you want for the PYROS/ dir name (if you do not want "PYROS") | ||
64 | working_dir: | 66 | working_dir: |
65 | /home/pyros_user/app/pyros | 67 | /home/pyros_user/app/pyros |
66 | deploy: | 68 | deploy: |