We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89fe30d commit 667dd78Copy full SHA for 667dd78
1 file changed
compose.yaml
@@ -4,6 +4,8 @@ services:
4
image: ghcr.io/moeux/courier/courier:latest
5
restart: unless-stopped
6
7
+ user: "${UID}:${GID}"
8
+
9
environment:
10
Courier__Bot__Token: ${COURIER_BOT_TOKEN}
11
Courier__Bot__FilePath: /app/data/commands
0 commit comments