diff options
author | FxQnLr <[email protected]> | 2024-04-15 21:49:24 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-15 21:49:24 +0200 |
commit | 04cd0aee6d000073e49b80a530a40cdb176f7f10 (patch) | |
tree | 35e379f4e354150a1ec58735326a0912554bb7e9 /README.md | |
parent | ea4f36ea34a4e425ef23e2ae0d4ea210d4a8a145 (diff) | |
download | webol-04cd0aee6d000073e49b80a530a40cdb176f7f10.tar webol-04cd0aee6d000073e49b80a530a40cdb176f7f10.tar.gz webol-04cd0aee6d000073e49b80a530a40cdb176f7f10.zip |
Bump container version in READMEv0.4.1
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 | ``` |