linklogger/docker-compose.yaml
2024-06-24 16:26:02 -05:00

12 lines
355 B
YAML

services:
linklogger:
container_name: linklogger
image: ghcr.io/packetparker/linklogger:latest
network_mode: host
environment:
- BASE_URL=https://your.domain
- IP_TO_LOCATION=True
- API_KEY=your_api_key
volumes:
- /path/on/system:/data
restart: on-failure