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:
Alex
2022-05-08 07:07:58 -05:00
committed by GitHub
parent 43d639104d
commit bb89fa4aab
4 changed files with 30 additions and 30 deletions

View File

@@ -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;
}
}