From 419cce250f9b03c0b700f55f9da63e4564689014 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Tue, 8 Oct 2024 00:07:31 +0200 Subject: [PATCH] Latest working docker compose file on docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baf4da2..3b14581 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ curl -fsSL https://get.docker.com | sh ```shell mkdir s-ui && cd s-ui -wget -q https://raw.githubusercontent.com/alireza0/s-ui/main/docker-compose.yml +wget -q https://raw.githubusercontent.com/alireza0/s-ui/refs/tags/1.0.0/docker-compose.yml docker compose up -d ```