Fix arguments
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2024-01-27 13:02:15 -05:00
parent 0829eac03b
commit 4705a2b62f
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
2 changed files with 2 additions and 14 deletions

View File

@ -16,13 +16,7 @@ spec:
containers:
- name: immich-microservices
image: ghcr.io/immich-app/immich-server:release
command: ["/bin/bash", "-c"]
args:
- >
apt-get update &&
apt-get install -y nfs-common &&
start.sh microservices
# args: ["start.sh", "microservices"]
args: ["start.sh", "microservices"]
env:
- name: UPLOAD_LOCATION
value: /usr/src/app/upload

View File

@ -16,13 +16,7 @@ spec:
containers:
- name: immich-server
image: ghcr.io/immich-app/immich-server:release
command: ["/bin/bash", "-c"]
args:
- >
apt-get update &&
apt-get install -y nfs-common &&
start.sh immich
# args: ["start.sh", "immich"]
args: ["start.sh", "immich"]
env:
- name: UPLOAD_LOCATION
value: /usr/src/app/upload