chore(examples): add UID/GID environment defaults

This commit is contained in:
2026-08-16 06:23:03 +05:00
parent 64508438e7
commit 8423912dbb
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ name: auto-stars
services:
auto-stars:
image: git.sakamoto.best/lolz/auto-stars:latest
user: ${UID:-1000}:${GID:-1000}
volumes:
- ${LOGS_PATH:-./logs}:/app/logs