-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
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