different prot

This commit is contained in:
2025-11-04 21:07:03 -07:00
parent bb1b4111e1
commit f1f73c26e9

View File

@@ -254,12 +254,12 @@ services:
image: docker.io/searxng/searxng:latest image: docker.io/searxng/searxng:latest
container_name: searxng container_name: searxng
ports: ports:
- "4444:8080" - "4446:8080"
volumes: volumes:
- /data/searxng:/etc/searxng - /data/searxng:/etc/searxng
- /data/searxng-data:/var/cache/searxng - /data/searxng-data:/var/cache/searxng
environment: environment:
- SEARXNG_BASE_URL=http://server.alexmickelson.guru:4444/ - SEARXNG_BASE_URL=http://server.alexmickelson.guru:4446/
restart: unless-stopped restart: unless-stopped
networks: networks:
proxy: proxy: