mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Add Podman Support (#278)
This commit is contained in:
parent
142ede350e
commit
5e281b44e9
3 changed files with 10 additions and 10 deletions
|
|
@ -8,7 +8,7 @@ async function bootstrap() {
|
|||
|
||||
app.useWebSocketAdapter(new RedisIoAdapter(app));
|
||||
|
||||
await app.listen(3000, () => {
|
||||
await app.listen(3002, () => {
|
||||
if (process.env.NODE_ENV == 'development') {
|
||||
Logger.log('Running Immich Microservices in DEVELOPMENT environment', 'ImmichMicroservice');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue