Add option to ignore mods from auto-update (#590)

This commit is contained in:
Chrisliebär
2025-10-01 05:37:49 +02:00
committed by GitHub
parent 2367a3358c
commit a17f905cac
5 changed files with 35 additions and 2 deletions

View File

@@ -11,6 +11,8 @@ services:
- ./data:/factorio
environment:
- UPDATE_MODS_ON_START=true
# Uncomment to skip updating specific mods
# - UPDATE_IGNORE=mod1,mod2,mod3
# Uncomment to enable autoupdate via watchtower
#labels: