aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFxQnLr <[email protected]>2024-04-15 21:49:24 +0200
committerGitHub <[email protected]>2024-04-15 21:49:24 +0200
commit04cd0aee6d000073e49b80a530a40cdb176f7f10 (patch)
tree35e379f4e354150a1ec58735326a0912554bb7e9 /README.md
parentea4f36ea34a4e425ef23e2ae0d4ea210d4a8a145 (diff)
downloadwebol-0.4.1.tar
webol-0.4.1.tar.gz
webol-0.4.1.zip
Bump container version in READMEv0.4.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e84d646..72f67dd 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ minimal `docker-compose.yaml`:
16```yaml 16```yaml
17services: 17services:
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 \
64The easiest way to start a device is using a GET request with its id: 64The easiest way to start a device is using a GET request with its id:
65```sh 65```sh
66curl http://<server-ip>/start/<device-id> 66curl http://<server-ip>/start/<device-id>
67``` \ No newline at end of file 67```