diff options
author | Parker <contact@pkrm.dev> | 2025-01-19 23:53:26 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2025-01-19 23:53:26 -0600 |
commit | dc86e686373b43760863d7a7766119bef87571dc (patch) | |
tree | 49f92dc5600da1c6e0cf47fb943b7fdce815986e /docker-compose.yaml | |
parent | b5bd2e36b6597303985eb9dc897e04d452950372 (diff) |
Add Docker image
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r-- | docker-compose.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
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 |