Skip to content

Commit

Permalink
fix: download path in docker-compose.yml (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie authored Nov 5, 2024
1 parent cd77665 commit 3384f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ services:
- "9999:9999" # HTTP port (host:container)
image: liwei2633/gopeed
volumes:
- ~/gopeed/Downloads:/root/Downloads # mount download path
- ~/gopeed/Downloads:/app/Downloads # mount download path
#- ~/gopeed/storage:/app/storage # if you need to mount storage path, uncomment this line
restart: unless-stopped

0 comments on commit 3384f51

Please sign in to comment.