Skip to content

x86 Docker Compose Installation Guide

Zack Pollard edited this page Jun 26, 2022 · 6 revisions

Page Under Construction

Server Setup

  1. Create a folder to contain the Immich docker compose and docker mounts.
  2. Go to the docker folder in the repo and copy the following files into the folder created above: docker-compose.yml and .env.example (rename to .env)
  3. Create the folder structure settings/nginx and copy the nginx.conf file from docker/settings/nginx into that folder.
  4. Open the .env file and edit the variables based on your setup. You can find information about all the environment variables here..
  5. Start the containers with docker-compose -f docker-compose.yml up
  6. The server should now be running at http://YOUR_IP:2283/

Web Setup