From dc86e686373b43760863d7a7766119bef87571dc Mon Sep 17 00:00:00 2001 From: Parker Date: Sun, 19 Jan 2025 23:53:26 -0600 Subject: Add Docker image --- docker-compose.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docker-compose.yaml (limited to 'docker-compose.yaml') diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..582ac23 --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,7 @@ +services: + cordarr: + container_name: cordarr + image: ghcr.io/packetparker/cordarr:latest + volumes: + - /path/on/system:/config + - /path/on/system:/data \ No newline at end of file -- cgit v1.2.3-70-g09d2