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>
7 lines
266 B
Plaintext
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
|