From 368ff3e55c6193ce4d2a0e1749c2a9a84a9bcdeb Mon Sep 17 00:00:00 2001 From: Jamil Date: Thu, 3 Nov 2022 11:58:19 -0700 Subject: [PATCH] Add restart note (#1085) * Update README.mdx Signed-off-by: Jamil * Update docs/docs/deploy/docker/README.mdx Signed-off-by: Jamil Signed-off-by: Jamil --- docs/docs/deploy/docker/README.mdx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/docs/deploy/docker/README.mdx b/docs/docs/deploy/docker/README.mdx index c78d96c83..d02ffca36 100644 --- a/docs/docs/deploy/docker/README.mdx +++ b/docs/docs/deploy/docker/README.mdx @@ -80,7 +80,19 @@ installation process, follow the steps below to install manually. You should now be able to access the Firezone web portal at the `EXTERNAL_URL` variable you defined above. -## Step 3: Install Client Apps +## Step 3: Enable on Boot (optional) + +If you'd like Firezone to start automatically on boot, first ensure Docker is enabled at startup: + +``` +sudo systemctl enable docker +``` + +Then, make sure your Firezone services have the `restart: always` or `restart: unless-stopped` option +specified in the `docker-compose.yml` file. This is the default used in the docker-compose.prod.yml +production template file. + +## Step 4: Install Client Apps Once successfully deployed, users and devices can be added to connect to the VPN server: