diff --git a/README.md b/README.md index 632e0d9..75f8c4a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Here is the list of available commands by default: --ACCESS_TOKEN="yourAccessToken" \ --PREFIX="yourPrefix" \ --CHANNEL="yourChannel(s)" \ - -v /here/your/path/:/opt/db + -v /here/your/path/:/app/db ``` ## Setup Locally diff --git a/docker-compose.yml b/docker-compose.yml index 52a5f68..8cdbdd9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,5 +8,5 @@ services: - PREFIX=yourPrefix - CHANNEL=yourChannel(s) volumes: - - /here/your/path/:/opt/db + - /here/your/path/:/app/db restart: unless-stopped