fix(docker): address immich breaking changes
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-10-15 20:15:10 -04:00
parent 5481ec544b
commit 531ec67e0e

View file

@ -25,7 +25,7 @@ in {
"${UPLOAD_LOCATION}:/usr/src/app/upload:rw" "${UPLOAD_LOCATION}:/usr/src/app/upload:rw"
]; ];
ports = [ ports = [
"2283:3001" "2283:2283"
]; ];
networks = ["proxy_net"]; networks = ["proxy_net"];