diff --git a/Deployment.md b/Deployment.md index 3c68173..5f4301a 100644 --- a/Deployment.md +++ b/Deployment.md @@ -1,6 +1,6 @@ **Important: Also consider [the advice about configuring NetBox for production](configuration#configure-for-production)!** -If run this image in a cluster such as Docker Swarm, Kubernetes or OpenShift, the following will come in extra handy for you. +If running this image in a cluster such as Docker Swarm, Kubernetes or OpenShift, the following will come in extra handy for you. But these techniques work equally well in the regular _docker-compose_-based approach. In this case, we encourage you to statically configure NetBox by starting from [NetBox's example config file][default-config], and mounting it into your container in the directory `/etc/netbox/config/` using the mechanism provided by your container platform (i.e. [Docker Swarm configs][swarm-config], [Kubernetes ConfigMap][k8s-config], [OpenShift ConfigMaps][openshift-config]).