Hi @MODSetter I've reviewed and implemented the changes from PR #96 to ensure consistency in Docker Compose file naming and command syntax across our documentation. Here's what was done:
- Fixed all instances where
docker compose.yml was incorrectly written without a hyphen, ensuring it's now consistently docker-compose.yml
- Updated command syntax to use the modern
docker compose (with space) format where appropriate
- Improved wording in troubleshooting sections for better clarity
- Verified all changes across:
DOCKER_SETUP.md
DEPLOYMENT_GUIDE.md
surfsense_web/content/docs/docker-installation.mdx
The changes maintain the flexible deployment structure you introduced while ensuring consistency with Docker's current best practices. Thanks for your contribution!
Originally posted by @kubbot in #96 (comment)
docker compose.ymlwas incorrectly written without a hyphen, ensuring it's now consistentlydocker-compose.ymldocker compose(with space) format where appropriateDOCKER_SETUP.mdDEPLOYMENT_GUIDE.mdsurfsense_web/content/docs/docker-installation.mdxThe changes maintain the flexible deployment structure you introduced while ensuring consistency with Docker's current best practices. Thanks for your contribution!
Originally posted by @kubbot in #96 (comment)