We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156e2f5 commit 88d4256Copy full SHA for 88d4256
1 file changed
package/docker/entrypoint
@@ -169,7 +169,7 @@ then
169
170
chown -R cortex:cortex "$CONFIG_FILE" /etc/cortex
171
test -e /var/run/docker.sock && chown cortex:cortex /var/run/docker.sock
172
- su - cortex -c "/opt/cortex/bin/cortex \
+ su -m cortex -c "/opt/cortex/bin/cortex \
173
-Dconfig.file=$CONFIG_FILE \
174
-Dlogger.file=/etc/cortex/logback.xml \
175
-Dpidfile.path=/dev/null \
0 commit comments