Created
October 8, 2024 20:21
-
-
Save gamersalpha/3288494a5f44e9fdd7f6508b85133ffa to your computer and use it in GitHub Desktop.
Docker - Portainer Stack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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