From 397ad5002d1980049b6fb60639d566e4e3e71b97 Mon Sep 17 00:00:00 2001 From: Ryan Carswell Date: Mon, 14 Oct 2024 11:31:20 -0700 Subject: [PATCH] Follow typical convention for volume path template --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2efcf37..7d87686 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ services: ports: - 8080:8080 volumes: - - :/etc/DiscordSoundboard/bin/sounds + - /path/to/sounds/directory:/etc/DiscordSoundboard/bin/sounds restart: unless-stopped ```