File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33A lightweight [ Tracking Pixel] ( https://en.wikipedia.org/wiki/Tracking_Pixel?wprov=srpw1_0 ) service written in Python.
44
55## Installation
6- <!-- ### A quick note about the Docker image and port numbers
7- The Docker container runs PyXIE using the WSGI tool Gnunicorn. If you are running PyXIE as a Docker container:
8- - Do:
9- - Configure the environment variable `LISTEN_PORT` (default is `8000`)
10- - You can also configure the environment variable `LISTEN_IP` but it is unlikely you will want to change this (default is `0.0.0.0`)
11- - Not recommended:
12- - Setting `LISTEN_PORT` in `config.yaml` (if you set it, leave it as the default value, `5000`)
13- - Setting `LISTEN_IP` in `config.yaml` -->
14-
156### Quickstart using Docker
167#### Pull the image from Dockerhub
178``` bash
You can’t perform that action at this time.
0 commit comments