blob: b6599b59c79040481d647010b0ac132de5e3867b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
services:
linklogger:
container_name: linklogger
image: ghcr.io/packetparker/linklogger:latest
network_mode: host
environment:
- IP_TO_LOCATION=True
- API_KEY=your_api_key
volumes:
- /path/on/system:/data
restart: on-failure
|