Skip to content

Commit 667dd78

Browse files
authored
fix: Add user configuration to compose.yaml
1 parent 89fe30d commit 667dd78

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ services:
44
image: ghcr.io/moeux/courier/courier:latest
55
restart: unless-stopped
66

7+
user: "${UID}:${GID}"
8+
79
environment:
810
Courier__Bot__Token: ${COURIER_BOT_TOKEN}
911
Courier__Bot__FilePath: /app/data/commands

0 commit comments

Comments
 (0)