Skip to content

Commit

Permalink
Fix Quotable volume issue
Browse files Browse the repository at this point in the history
Otherwise you get this error:
```
Failed to get the directory contents of '/srv/data/irc': Failed to open dir: No such file or directory
```
  • Loading branch information
AlexDaniel committed Oct 9, 2023
1 parent 9137dfd commit 606b064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ services:
- /home/whateverable/data/rakudo-moar:/srv/data/rakudo-moar:ro
- /home/whateverable/data/moarvm:/srv/data/moarvm:ro
- /home/whateverable/data/builds:/srv/data/builds:ro
- /home/whateverable/data/irc:/srv/data/irc
secrets:
- config
networks:
Expand Down

0 comments on commit 606b064

Please sign in to comment.