From c7c9963f4225db0c1281a262595e179f0047a742 Mon Sep 17 00:00:00 2001 From: Matias Laporte Date: Thu, 31 Aug 2023 16:02:28 +0200 Subject: [PATCH] Update docker-compose.yml - fix typo --- examples/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/docker-compose.yml b/examples/docker-compose.yml index 74fc8a50..dbea2e2d 100644 --- a/examples/docker-compose.yml +++ b/examples/docker-compose.yml @@ -9,7 +9,7 @@ services: image: golift/unpackerr container_name: unpackerr volumes: - # You need at least this one volume mapped so Unapckerr can find your files to extract. + # You need at least this one volume mapped so Unpackerr can find your files to extract. # Make sure this matches your Starr apps; the folder mount (/downloads or /data) should be identical. - /mnt/HostDownloads:/downloads restart: always