fix: Remove the --restart option from minecraft

This commit is contained in:
Jet 2026-03-14 18:50:14 -07:00
parent bee7677e43
commit e71d2a662b
No known key found for this signature in database

View file

@ -121,7 +121,6 @@ in
extraOptions = [ extraOptions = [
"--memory=3g" "--memory=3g"
"--cpus=2" "--cpus=2"
"--restart=unless-stopped"
"--pids-limit=256" "--pids-limit=256"
"--security-opt=no-new-privileges" "--security-opt=no-new-privileges"
]; ];