Some more README changes under docker section
This commit is contained in:
parent
641b5d2f68
commit
247848285f
@ -6,13 +6,17 @@ A set of scripts that automagically set fan speed on a MD1200 (probably MD1220 a
|
|||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
||||||
In .env file change
|
In .env file change:
|
||||||
|
|
||||||
```serial_adapter``` which is a serial port you're using.
|
```serial_adapter``` which is a serial port you're using.
|
||||||
On linux it is /dev/ttyUSBx and on windows it is COMx
|
On linux it is /dev/ttyUSBx and on windows it is COMx
|
||||||
|
|
||||||
```wait_time``` is the interval in which script is checking temperature. By default it is 300 seconds, which is 5 minutes.
|
```wait_time``` is the interval in which script is checking temperature. By default it is 300 seconds, which is 5 minutes.
|
||||||
|
|
||||||
|
Then run with ```sudo docker-compose up -d```
|
||||||
|
|
||||||
|
To see output run ```sudo docker container logs MD_Fan_Changer```
|
||||||
|
|
||||||
### Systemd
|
### Systemd
|
||||||
|
|
||||||
First create virtual enviroment
|
First create virtual enviroment
|
||||||
@ -30,7 +34,6 @@ After that you just need to change a few things
|
|||||||
|
|
||||||
On linux it is /dev/ttyUSBx and on windows it is COMx
|
On linux it is /dev/ttyUSBx and on windows it is COMx
|
||||||
|
|
||||||
|
|
||||||
```EPPYSLEEPY``` is the interval in which script is checking temperature. By default it is 300 seconds, which is 5 minutes.
|
```EPPYSLEEPY``` is the interval in which script is checking temperature. By default it is 300 seconds, which is 5 minutes.
|
||||||
|
|
||||||
### Proxmox LXC
|
### Proxmox LXC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user