Update docker-compose.yml
This commit is contained in:
parent
88a95b4ec0
commit
cba94a34ad
|
|
@ -66,7 +66,7 @@ services:
|
||||||
- lobe-network
|
- lobe-network
|
||||||
|
|
||||||
minio:
|
minio:
|
||||||
image: minio/minio
|
image: minio/minio:RELEASE.2025-06-13T11-33-47Z
|
||||||
container_name: lobe-minio
|
container_name: lobe-minio
|
||||||
network_mode: 'service:network-service'
|
network_mode: 'service:network-service'
|
||||||
volumes:
|
volumes:
|
||||||
|
|
@ -99,7 +99,7 @@ services:
|
||||||
- .env
|
- .env
|
||||||
|
|
||||||
searxng:
|
searxng:
|
||||||
image: searxng/searxng
|
image: searxng/searxng:2025.6.27-9ee1ca8
|
||||||
container_name: lobe-searxng
|
container_name: lobe-searxng
|
||||||
volumes:
|
volumes:
|
||||||
- './searxng-settings.yml:/etc/searxng/settings.yml'
|
- './searxng-settings.yml:/etc/searxng/settings.yml'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue