From 3d1e58a0dbbdb5cf322baabe9a30aff08bc4f70d Mon Sep 17 00:00:00 2001 From: Zack Pollard Date: Sun, 26 Jun 2022 22:33:00 +0100 Subject: [PATCH] Updated x86 Docker Compose Installation Guide (markdown) --- x86-Docker-Compose-Installation-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x86-Docker-Compose-Installation-Guide.md b/x86-Docker-Compose-Installation-Guide.md index cb55fc5..81d335d 100644 --- a/x86-Docker-Compose-Installation-Guide.md +++ b/x86-Docker-Compose-Installation-Guide.md @@ -4,4 +4,4 @@ 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/` \ No newline at end of file