Commit 6c09a2b2985c58dff59078640f1d406addaa1300

Authored by Etienne Pallier
1 parent fe603fd1
Exists in dev

update PYROS_DOCKER_RUN with config tnc by default

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
docker/PYROS_DOCKER_RUN
... ... @@ -12,7 +12,7 @@ fi
12 12 #docker exec -it pyros python3 pyros.py start webserver $@
13 13 # - Save log in file
14 14 #docker exec pyros python3 pyros.py start webserver $@ > ../../LOG_PYROS_webserver.log 2>&1 &
15   -docker exec pyros python3 pyros.py start webserver > ../../LOG_PYROS_webserver.log 2>&1 &
  15 +docker exec pyros python3 pyros.py start -o tnc webserver > ../../LOG_PYROS_webserver.log 2>&1 &
16 16  
17 17 # 2) PLC simulator
18 18 # - Display log on current terminal
... ...