Browse Source
The server path in the entrypoint healthcheck script has been updated to "/app/*server" to ensure proper monitoring.pull/22/head
1 changed files with 1 additions and 1 deletions
@ -1,2 +1,2 @@ |
|||
#!/bin/bash |
|||
exec gosu ${USERNAME} /linuxgsm/*server monitor || exit 1 |
|||
exec gosu ${USERNAME} /app/*server monitor || exit 1 |
|||
|
Loading…
Reference in new issue