Skip to content

AutoStop doesn't work anymore #3668

@notkudu

Description

@notkudu

Describe the problem

The AutoStop function doesn't work after the latest update, there is no logs about it, so I think the script is not running at all

Container definition

services:
  mc:
    image: itzg/minecraft-server
    container_name: mc-terra
    user: "1000:1000"
    tty: true
    stdin_open: true
      #cap_add:
      #- NET_RAW
    environment:
      # Auto Stop
      ENABLE_AUTOSTOP: TRUE
      AUTOSTOP_TIMEOUT_EST: 900
      AUTOSTOP_TIMEOUT_INIT: 300

Container logs

Paste logs here

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugconfirmedIssue has been reproduced

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions