10 lines
216 B
YAML
10 lines
216 B
YAML
|
services:
|
||
|
searxng:
|
||
|
image: searxng/searxng:latest
|
||
|
container_name: ${CONTAINER_NAME}
|
||
|
ports:
|
||
|
- "${PANEL_APP_PORT_HTTP}:8161"
|
||
|
restart: unless-stopped
|
||
|
networks:
|
||
|
1panel-network:
|
||
|
external: true
|