mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
Modify docker-compose to be compatible with k8s (#149)
* Modify docker-compose file using a hyphen for services instead of underscore * Change URL in Nginx setting
This commit is contained in:
parent
43d639104d
commit
bb89fa4aab
4 changed files with 30 additions and 30 deletions
|
|
@ -41,6 +41,6 @@ server {
|
|||
proxy_set_header Connection "upgrade";
|
||||
proxy_set_header Host $host;
|
||||
|
||||
proxy_pass http://immich_server:3000;
|
||||
proxy_pass http://immich-server:3000;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue