1 parent 5e4f2ff commit 4ee4aacCopy full SHA for 4ee4aac
1 file changed
docker-compose.yml
@@ -12,7 +12,7 @@ services:
12
volumes:
13
- "./downloads:/app/downloads"
14
- "./watch:/app/watch"
15
- - "./create_monero_torrent.sh:/app/create_monero_torrent.sh"
+ - "./create_monero_torrent.sh:/app/create_monero_torrent.sh:ro"
16
restart: "no"
17
profiles: ["remote"]
18
@@ -29,7 +29,7 @@ services:
29
30
31
32
- - "./cdn:/cdn"
33
+ - "./cdn:/cdn:ro"
34
35
profiles: ["local"]
0 commit comments