From dd5ebdf46fef3194468b07b21c1ee3bdaba05ced Mon Sep 17 00:00:00 2001 From: Martin Muzatko Date: Tue, 15 Jan 2019 13:29:39 +0100 Subject: [PATCH] Add note about docker to deployment --- docs/3.x.x/guides/deployment.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/3.x.x/guides/deployment.md b/docs/3.x.x/guides/deployment.md index eaf8a6da34..93ad982180 100644 --- a/docs/3.x.x/guides/deployment.md +++ b/docs/3.x.x/guides/deployment.md @@ -1,5 +1,13 @@ # Deployment +### Docker + +::: tip +You can also deploy using [https://hub.docker.com/r/strapi/strapi](Docker) +::: + +The method below describes regular deployment using the built-in mechanisms. + #### #1 - Configure Update the `production` settings with the IP and domain name where the project will be running.