blob: 80f69420ef79ec01a5af8a762c06415f1e00a4c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|