docs: Update Docker.md

This commit is contained in:
Florian BEZANNIER
2023-06-08 21:25:09 +02:00
committed by GitHub
parent 50cb5a44f5
commit 2c4693b371
+12 -1
View File
@@ -21,5 +21,16 @@ docker run -d -ti --name psa_car_controller1 \
--restart unless-stopped \
flobz/psa_car_controller
```
Go to http://127.0.0.1:5000 and follow instruction
### Environment variable:
You can modify some parameter with docker environment variable:
|variable | description |
|-----------------|---------------------------------|
|PSACC_CONFIG_DIR | overide configuration directory |
|PSACC_PORT | change port |
|PSACC_OPTIONS | add cli argurment |