- Replace deprecated MAINTAINER with LABEL and add OCI metadata - Pin Alpine version via ARG for reproducible builds - Fix command injection vulnerability by replacing eval with safe parser - Modernize docker-compose: remove version, add resource limits - Move passwords to environment variables instead of hardcoded values - Improve healthcheck with start-period and retries - Add .env.example template and update .gitignore 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
9 lines
136 B
Plaintext
9 lines
136 B
Plaintext
# Samba configuration
|
|
# Copy this file to .env and set your values
|
|
|
|
# User passwords
|
|
SAMBA_BOB_PASSWORD=changeme
|
|
|
|
# Timezone
|
|
TZ=EST5EDT
|