Skip to content

NoBackup option not working #45

@KurtPreston

Description

@KurtPreston

Hello, thank you for this image! Really great foundation for a Minecraft server. I am having issues getting the NoBackup environment variable to work. Here is an excerpt from my docker-compose.yml file:

services:
  creative:
    image: 05jchambers/legendary-minecraft-geyser-floodgate:latest
    stdin_open: ${USE_TTY}
    tty: ${USE_TTY}
    volumes:
      - ${CREATIVE_DATA_DIR}:/minecraft
    ports:
      - "${CREATIVE_BEDROCK_PORT}:${INTERNAL_BEDROCK_PORT}"
      - "${CREATIVE_BEDROCK_PORT}:${INTERNAL_BEDROCK_PORT}/udp"
      - "${CREATIVE_JAVA_PORT}:${INTERNAL_JAVA_PORT}"
    environment:
      - Version=1.21.4
      - NoBackup="plugins,libraries"
    user: "${DOCKER_USER}"

However, on startup, it seems to try to back-up my plugins and libraries folders regardless. Any idea what I might be doing wrong?

Is there any way to disable auto-backup altogether? I have a separate back-up process, and would love to just turn off the feature if possible.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions