From f176bb6f5a9537efc51acc1319564cc06537f99f Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly" Date: Sat, 29 Mar 2025 14:15:53 +0000 Subject: [PATCH] docs: yaml in readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a92b85d..86a48e3 100644 --- a/README.md +++ b/README.md @@ -86,9 +86,7 @@ docker run -d --name omni-tools --restart unless-stopped -p 8080:80 iib0011/omni ### Docker Compose -``` -version: '3.3' - +```yaml services: omni-tools: image: iib0011/omni-tools:latest