Skip to content

Commit

Permalink
Merge pull request #336 from Petemir/patch-1
Browse files Browse the repository at this point in the history
Update docker-compose.yml - fix typo
  • Loading branch information
davidnewhall authored Aug 31, 2023
2 parents 0af73dc + c7c9963 commit 9bb01cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bb01cf

Please sign in to comment.