use correct directory
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2024-01-24 20:58:16 +01:00
parent 1b4045ee81
commit 1a630d73dc
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ Here is the list of available commands by default:
--ACCESS_TOKEN="yourAccessToken" \ --ACCESS_TOKEN="yourAccessToken" \
--PREFIX="yourPrefix" \ --PREFIX="yourPrefix" \
--CHANNEL="yourChannel(s)" \ --CHANNEL="yourChannel(s)" \
-v /here/your/path/:/opt/db -v /here/your/path/:/app/db
``` ```
## Setup Locally ## Setup Locally

View file

@ -8,5 +8,5 @@ services:
- PREFIX=yourPrefix - PREFIX=yourPrefix
- CHANNEL=yourChannel(s) - CHANNEL=yourChannel(s)
volumes: volumes:
- /here/your/path/:/opt/db - /here/your/path/:/app/db
restart: unless-stopped restart: unless-stopped