Files
tajniak81andClaude Opus 4.8 d0755b7b55 Initial commit: PocketBase Docker setup (root & rootless variants)
Add Dockerfiles, Compose stacks, and entrypoints for running PocketBase
in both root and rootless container configurations, plus .env.example
documenting version, port, superuser bootstrap, and encryption settings.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-19 12:08:41 +02:00

7 lines
266 B
Plaintext

# Shell scripts and Docker files run inside Linux containers — they MUST keep
# LF endings or the container fails with "no such file or directory".
*.sh text eol=lf
Dockerfile* text eol=lf
docker-compose*.yml text eol=lf
.env.example text eol=lf