searxng volume

This commit is contained in:
poslop
2023-12-06 11:58:03 -06:00
parent 57ebf9b994
commit 6070ff970d

View File

@@ -9,6 +9,8 @@ networks:
name: arr name: arr
volumes: volumes:
searxng:
name: searxng
jellyfin: jellyfin:
name: jellyfin name: jellyfin
gitea: gitea:
@@ -206,7 +208,7 @@ services:
environment: environment:
- BASE_URL=https://searxng.mintyserver.net - BASE_URL=https://searxng.mintyserver.net
volumes: volumes:
- /mnt/docker/configs/searxng:/etc/searxng - searxng:/etc/searxng
# ports: # ports:
# - 8998:8080 # - 8998:8080
restart: unless-stopped restart: unless-stopped