From d32608acd2d611fdb9b96ba264aa6678bb1f0a1c Mon Sep 17 00:00:00 2001 From: Zack Pollard Date: Sun, 26 Jun 2022 22:46:46 +0100 Subject: [PATCH] Updated x86 Docker Compose Installation Guide (markdown) --- x86-Docker-Compose-Installation-Guide.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/x86-Docker-Compose-Installation-Guide.md b/x86-Docker-Compose-Installation-Guide.md index 81d335d..b461ae0 100644 --- a/x86-Docker-Compose-Installation-Guide.md +++ b/x86-Docker-Compose-Installation-Guide.md @@ -1,7 +1,9 @@ -# Steps +# Server Setup 1. Create a folder to contain the Immich docker compose and docker mounts. 1. Go to the [docker folder in the repo](https://github.com/alextran1502/immich/tree/main/docker) and copy the following files into the folder created above: `docker-compose.yml` and `.env.example (rename to .env)` 1. Create the folder structure `settings/nginx` and copy the `nginx.conf` file from [docker/settings/nginx](https://github.com/alextran1502/immich/tree/main/docker/settings/nginx) into that folder. 1. Open the .env file and edit the variables based on your setup. You can find information about all the environment variables [here.](Environment-Variables). 1. Start the containers with `docker-compose -f docker-compose.yml up` -1. The server should now be running at `http://YOUR_IP:2283/` \ No newline at end of file +1. The server should now be running at `http://YOUR_IP:2283/` + +# Web Setup