chore(examples): add UID/GID environment defaults
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user