Update README.md

Update to the docker-compose.yml example.
This commit is contained in:
Andrew 2025-02-03 15:00:03 -06:00 committed by GitHub
parent 7a03a2202e
commit 63a097a463
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/