diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ minimal `docker-compose.yaml`: | |||
16 | ```yaml | 16 | ```yaml |
17 | services: | 17 | services: |
18 | webol: | 18 | webol: |
19 | image: ghcr.io/fxqnlr/webol:0.4.0 | 19 | image: ghcr.io/fxqnlr/webol:0.4.1 |
20 | container_name: webol | 20 | container_name: webol |
21 | restart: unless-stopped | 21 | restart: unless-stopped |
22 | volumes: | 22 | volumes: |
@@ -64,4 +64,4 @@ curl -X PUT http://<server-ip>/device \ | |||
64 | The easiest way to start a device is using a GET request with its id: | 64 | The easiest way to start a device is using a GET request with its id: |
65 | ```sh | 65 | ```sh |
66 | curl http://<server-ip>/start/<device-id> | 66 | curl http://<server-ip>/start/<device-id> |
67 | ``` \ No newline at end of file | 67 | ``` |