Using Docker in production
Warning
This section is experimental and under active development. Content is incomplete and may change as best practices evolve.
Want to help improve this section? TYPO3 documentation contributions are welcome! If you have deployment experience, examples, or corrections, please consider submitting a pull request or opening an issue on GitHub.
TYPO3 can be run in containers in production, but doing so requires a solid understanding of Docker and system administration.
Running TYPO3 in Docker is not plug-and-play. You must account for infrastructure-related topics such as security, data persistence, and update strategies.
Topics