diff --git a/src/pages/self-hosting.md b/src/pages/self-hosting.md index 8ea3db3..87a1e96 100644 --- a/src/pages/self-hosting.md +++ b/src/pages/self-hosting.md @@ -45,10 +45,6 @@ set -a; source .env; set +a; ### Bootstrap Plane with Docker Compose ```bash -# -d detaches the containers, allowing you to perform other commands from the same shell -# and allowing you to disconnect from the SSH server. -# If you do not want for the containers to run in the background, -# remove the flag. docker-compose -f docker-compose-hub.yml up ```