mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
chore: Move away from docker hub where possible (#2006)
* chore(build): Use ghcr images in standard docker-compose * chore(build): Use ghcr for nginx base image
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM docker.io/nginxinc/nginx-unprivileged:latest
|
||||
FROM ghcr.io/nginxinc/nginx-unprivileged:1.23
|
||||
|
||||
COPY LICENSE /licenses/LICENSE.txt
|
||||
COPY LICENSE /LICENSE
|
||||
|
||||
Reference in New Issue
Block a user