12 lines
355 B
YAML
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 |