Skip to content

Instantly share code, notes, and snippets.

@gamersalpha
Created October 8, 2024 20:21
Show Gist options
  • Save gamersalpha/3288494a5f44e9fdd7f6508b85133ffa to your computer and use it in GitHub Desktop.
Save gamersalpha/3288494a5f44e9fdd7f6508b85133ffa to your computer and use it in GitHub Desktop.
Docker - Portainer Stack
services:
swag:
image: searxng/searxng
container_name: searx-ng
environment:
- PUID=1000
- PGID=1000
- BASE_URL=https://searx.domaine.fr
- INSTANCE_NAME=DomaineSearch
- TZ=Europe/Paris
volumes:
- /volume1/docker/searx/config:/config
ports:
- 8080:8080
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment