From 04cd0aee6d000073e49b80a530a40cdb176f7f10 Mon Sep 17 00:00:00 2001 From: FxQnLr <39925636+FxQnLr@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:49:24 +0200 Subject: Bump container version in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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`: ```yaml services: webol: - image: ghcr.io/fxqnlr/webol:0.4.0 + image: ghcr.io/fxqnlr/webol:0.4.1 container_name: webol restart: unless-stopped volumes: @@ -64,4 +64,4 @@ curl -X PUT http:///device \ The easiest way to start a device is using a GET request with its id: ```sh curl http:///start/ -``` \ No newline at end of file +``` -- cgit v1.2.3