diff options
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r-- | docker-compose.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..b48b49d --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,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=awd + volumes: + - /path/on/system:/data + restart: on-failure
\ No newline at end of file |