We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ac842d + 23d9431 commit e4ae4daCopy full SHA for e4ae4da
Dockerfile
@@ -284,7 +284,7 @@ RUN mkdir -p "$BACKUP_PATH" \
284
VOLUME ["${GAME_ROOT}"]
285
286
HEALTHCHECK --interval=10s --timeout=10s --start-period=30s --retries=3 \
287
- CMD pgrep -x "PalServer-Win64" >/dev/null 2>&1 || exit 1
+ CMD pgrep -f "PalServer-Win64" >/dev/null 2>&1 || exit 1
288
289
ENTRYPOINT ["/entrypoint.sh"]
290
CMD ["/scripts/servermanager.sh"]
0 commit comments