From 63a097a463c76dfb3e20514c281bcf56627d0c57 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 3 Feb 2025 15:00:03 -0600 Subject: [PATCH] Update README.md Update to the docker-compose.yml example. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 959bedf..2480aed 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,6 @@ sist2 (Simple incremental search tool) ### Using Docker Compose *(Windows/Linux/Mac)* ```yaml -version: "3" - services: elasticsearch: image: elasticsearch:7.17.9 @@ -53,7 +51,7 @@ services: - "PUID=1000" - "PGID=1000" sist2-admin: - image: simon987/sist2:3.4.2-x64-linux + image: sist2app/sist2:x64-linux restart: unless-stopped volumes: - /data/sist2-admin-data/:/sist2-admin/