Files
samba/.env.example
Struchkov Mark 1ee7f1ae6e Improve security and modernize Docker configuration
- 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>
2026-01-07 16:17:15 +03:00

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