│❯ sudo docker run \ │ │ --rm \ │ │ --name='immich_proxy' \ │ │ -e 'DB_DATABASE_NAME'='immich' \ │ │ -e 'DB_HOSTNAME'='immich_postgres' \ │ │ -e 'DB_PASSWORD'='immich' \ │ │ -e 'DB_USERNAME'='immich' \ │ │ -e 'IMMICH_MACHINE_LEARNING_URL'='http://127.0.0.1:3003' \ │ │ -e 'IMMICH_SERVER_URL'='http://127.0.0.1:3001' \ │ │ -e 'IMMICH_WEB_URL'='http://127.0.0.1:3000' \ │ │ -e 'LOG_LEVEL'='simple' \ │ │ -e 'PG_DATA'='/var/lib/postgresql/data' \ │ │ -e 'POSTGRES_DB'='immich' \ │ │ -e 'POSTGRES_PASSWORD'='immich' \ │ │ -e 'POSTGRES_USER'='immich' \ │ │ -e 'PUBLIC_LOGIN_PAGE_MESSAGE'='My Family Photos and Videos Backup Server' \ │ │ -e 'REDIS_HOSTNAME'='immich_redis' \ │ │ -e 'TYPESENSE_ENABLED'='false' \ │ │ -e 'UPLOAD_LOCATION'='/var/lib/immich' \ │ │ -p '2283:8080' \ │ │ '--network=immich' \ │ │ ghcr.io/immich-app/immich-proxy:release │ │/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration │ │/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/ │ │/docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh │ │10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf │ │/docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-set-env-variables.envsh │ │/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh │ │20-envsubst-on-templates.sh: Running envsubst on /etc/nginx/templates/default.conf.template to /etc/nginx/conf.d/default.conf │ │/docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh │ │/docker-entrypoint.sh: Configuration complete; ready for start up │ │2023/07/13 09:05:37 [notice] 1#1: using the "epoll" event method │ │2023/07/13 09:05:37 [notice] 1#1: nginx/1.25.0 │ │2023/07/13 09:05:37 [notice] 1#1: built by gcc 12.2.1 20220924 (Alpine 12.2.1_git20220924-r4) │ │2023/07/13 09:05:37 [notice] 1#1: OS: Linux 6.1.36 │ │2023/07/13 09:05:37 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576 │ │2023/07/13 09:05:37 [notice] 1#1: start worker processes │ │2023/07/13 09:05:37 [notice] 1#1: start worker process 41 │ │2023/07/13 09:05:37 [notice] 1#1: start worker process 42 │ │2023/07/13 09:05:37 [notice] 1#1: start worker process 43 │ │2023/07/13 09:05:37 [notice] 1#1: start worker process 44 │ │2023/07/13 09:05:37 [notice] 1#1: start worker process 45 │ │2023/07/13 09:05:37 [notice] 1#1: start worker process 46 │ │2023/07/13 09:05:37 [notice] 1#1: start worker process 47 │ │2023/07/13 09:05:37 [notice] 1#1: start worker process 48