Merge pull request #258 from gabrielsallum/bugfix/204_selinux_problems_in_fedora

ticket#204 on the upstream repo, allow containers to access config dir under SELinux
This commit is contained in:
Martin
2025-05-30 21:01:28 +02:00
committed by GitHub
+2 -2
View File
@@ -29,7 +29,7 @@ services:
ports:
- "8080:8080"
volumes:
- ./searxng:/etc/searxng:rw
- ./searxng:/etc/searxng:rw,z
environment:
- SEARXNG_BASE_URL=http://localhost:8080/
- SEARXNG_SECRET_KEY=$(openssl rand -hex 32)
@@ -57,7 +57,7 @@ services:
ports:
- "3000:3000"
volumes:
- ./frontend/agentic-seek-front/src:/app/src
- ./frontend/agentic-seek-front/src:/app/src:rw,z
- ./screenshots:/app/screenshots
environment:
- NODE_ENV=development