2.1.3 • Published 1 year ago
tggl-proxy v2.1.3
Usage
Create a docker-compose.yml file with the following content:
version: '3.9'
services:
tggl:
image: tggl/tggl-proxy
environment:
TGGL_API_KEY: YOUR_SERVER_API_KEY
ports:
- '3000:3000'Now simply run:
docker-compose up