fix(docker): address immich breaking changes
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
5481ec544b
commit
531ec67e0e
1 changed files with 1 additions and 1 deletions
|
@ -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"];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue