fix(immich): set correct hostnames in env
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
a571765b15
commit
e6e79d4bbc
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
PUBLIC_LOGIN_PAGE_MESSAGE=
|
||||
|
||||
IMMICH_WEB_URL=http://immich-web:3000
|
||||
IMMICH_SERVER_URL=http://immich-server:3001
|
||||
IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003
|
||||
IMMICH_WEB_URL=http://immich_web:3000
|
||||
IMMICH_SERVER_URL=http://immich_server:3001
|
||||
IMMICH_MACHINE_LEARNING_URL=http://immich_machine_learning:3003
|
||||
|
|
Loading…
Reference in a new issue