-
I wish to keep my server with the last stable build before Ashlands because of mods but I can't figure out the correct command for So far I have tried: My full docker-compose: valheim-reborn:
image: mbround18/valheim:latest
container_name: valheim-server-reborn
ports:
- "2456:2456/udp"
- "2457:2457/udp"
- "2458:2458/udp"
environment:
- PORT="2456"
- TYPE=BepInEx
- NAME=<redacted>
- WORLD=<redacted>
- PASSWORD=<redacted>
- TZ=America/Sao_Paulo
- ENABLE_CROSSPLAY=0
- PUBLIC=0
- PRESET="Normal"
- AUTO_BACKUP=1
- AUTO_BACKUP_SCHEDULE="0 * * * *"
- AUTO_BACKUP_REMOVE_OLD=1
- AUTO_BACKUP_DAYS_TO_LIVE=2
- AUTO_BACKUP_ON_UPDATE=1
- AUTO_BACKUP_ON_SHUTDOWN=1
- UPDATE_ON_STARTUP = 0
- ADDITIONAL_STEAMCMD_ARGS ="-beta default_preal"
- WEBHOOK_URL=<redacted>
- "MODS=
https://thunderstore.io/package/download/Advize/PlantEverything/1.16.5/,
https://thunderstore.io/package/download/Azumatt/AzuAreaRepair/1.1.4/,
https://thunderstore.io/package/download/Azumatt/AzuContainerSizes/1.0.3/,
https://thunderstore.io/package/download/Azumatt/AzuCraftyBoxes/1.2.9/,
https://thunderstore.io/package/download/Azumatt/AzuExtendedPlayerInventory/1.3.12/,
https://thunderstore.io/package/download/Azumatt/AzuMapDetails/1.0.3/,
https://thunderstore.io/package/download/Azumatt/AzuMiscPatches/1.2.2/,
https://thunderstore.io/package/download/Azumatt/AzuWearNTearPatches/1.0.4/,
https://thunderstore.io/package/download/Azumatt/AzuWorkbenchTweaks/1.0.3/,
https://thunderstore.io/package/download/Azumatt/ProfitablePieces/1.0.3/,
https://thunderstore.io/package/download/Azumatt/Recycle_N_Reclaim/1.3.3/,s
https://thunderstore.io/package/download/CW_Jesse/BetterNetworking_Valheim/2.3.2/,
https://thunderstore.io/package/download/flashybaps/BeastsOfBurdenEV/1.0.5/,
https://thunderstore.io/package/download/Frogger/GroundReset/2.5.1/
https://thunderstore.io/package/download/Goldenrevolver/Quick_Stack_Store_Sort_Trash_Restock/1.4.7/,
https://thunderstore.io/package/download/ishid4/BetterArchery/1.9.5/,
https://thunderstore.io/package/download/JereKuusela/Dungeon_Splitter/1.1.0/
https://thunderstore.io/package/download/JewelHeim/HealthDisplay/2.0.3/,
https://thunderstore.io/package/download/Marlthon/OdinShip/0.4.2/,
https://thunderstore.io/package/download/MSchmoecker/MultiUserChest/0.5.10/,
https://thunderstore.io/package/download/OdinPlus/OdinArchitect/1.2.7/,
https://thunderstore.io/package/download/OdinPlus/TeleportEverything/2.6.1/,
https://thunderstore.io/package/download/RandyKnapp/EpicLoot/0.9.38/,
https://thunderstore.io/package/download/Smoothbrain/ConfigWatcher/1.0.1/,
https://thunderstore.io/package/download/Smoothbrain/Exploration/1.0.3/,
https://thunderstore.io/package/download/Smoothbrain/Farming/2.1.12/,
https://thunderstore.io/package/download/Smoothbrain/Foraging/1.0.8/,
https://thunderstore.io/package/download/Smoothbrain/Groups/1.2.7/,
https://thunderstore.io/package/download/Smoothbrain/Lumberjacking/1.0.5/,
https://thunderstore.io/package/download/Smoothbrain/Mining/1.1.5/,
https://thunderstore.io/package/download/Smoothbrain/Ranching/1.1.3/,
https://thunderstore.io/package/download/Smoothbrain/Sailing/1.1.7/,
https://thunderstore.io/package/download/Smoothbrain/SmoothSave/1.0.5/,
https://thunderstore.io/package/download/Smoothbrain/StartupAccelerator/1.0.2/,
https://thunderstore.io/package/download/Smoothbrain/Tenacity/1.0.3/,
https://thunderstore.io/package/download/Smoothbrain/Vitality/1.1.2/,
https://thunderstore.io/package/download/SpikeHimself/XPortal/1.2.20/,
https://thunderstore.io/package/download/TastyChickenLegs/AutomaticFuel/1.3.9/,
https://thunderstore.io/package/download/TastyChickenLegs/NoSmokeStayLit/2.3.1/,
https://thunderstore.io/package/download/Therzie/Armory/1.1.9/,
https://thunderstore.io/package/download/Therzie/Monstrum/1.3.8/,
https://thunderstore.io/package/download/Therzie/MonstrumAshlands/1.1.8/,
https://thunderstore.io/package/download/Therzie/MonstrumDeepNorth/1.2.0/,
https://thunderstore.io/package/download/Therzie/Warfare/1.6.8/,
https://thunderstore.io/package/download/Therzie/WarfareFireAndIce/1.1.7/,
https://thunderstore.io/package/download/VAG/SharedRecipeFinder/1.0.0/,
https://thunderstore.io/package/download/ValheimModding/Jotunn/2.19.4/,
https://thunderstore.io/package/download/VentureValheim/Venture_Floating_Items/0.2.1/,
"
volumes:
- ./valheim-reborn/saves:/home/steam/.config/unity3d/IronGate/Valheim
- ./valheim-reborn/server:/home/steam/valheim
- ./valheim-reborn/backups:/home/steam/backups
restart: unless-stopped |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 14 replies
-
That is the correct method, give me a few moments, i can make this accessible via an env var https://github.com/mbround18/valheim-docker/blob/79348e1c092ac0680c6d2dc88d5ec444cca7a8d2/src/odin/server/install.rs#L31C49-L32C5 |
Beta Was this translation helpful? Give feedback.
@Oglaf this is now v3 :)