Skip to content

Commit

Permalink
Fix syntax error in Docker Compose example
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanC committed Jul 13, 2024
1 parent bb27a66 commit b3c23b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
GITHUB_REPOSITORY: XXXXXXXX
DISCORD_WEBHOOK_URL: https://discord.com/api/webhooks/XXXXXXXX/XXXXXXXX
volumes:
/home/username/stacks:/salvage/stacks:ro
- /home/username/stacks:/salvage/stacks:ro
```
### Standalone
Expand Down

0 comments on commit b3c23b6

Please sign in to comment.