diff --git a/README.md b/README.md index 0b5aa61..2ed1cc9 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,7 @@ docker run -d \ -e WORLD_NAME="$WORLD_NAME" \ -e SERVER_PASS="$SERVER_PASS" \ -e SERVER_PUBLIC="$SERVER_PUBLIC" \ + -e SERVER_ARGS="-modifier resources more" \ "$IMAGE" echo "Valheim server started." diff --git a/create-linode.sh b/create-linode.sh index 96ab038..a41f3ca 100755 --- a/create-linode.sh +++ b/create-linode.sh @@ -27,7 +27,10 @@ VOLUME_MOUNT="/mnt/$VOLUME_NAME" # StackScript that mounts the volume on first boot (see stackscript.md). # Enter the numeric StackScript ID manually after creating it in the Linode UI. #STACKSCRIPT_ID="2225110" +# Normal: STACKSCRIPT_ID="2225140" +# More resources (1.5): +STACKSCRIPT_ID="2225166" if [[ "$SCRIPT_ACTION" == "" || "$SCRIPT_ACTION" == "--help" || "$SCRIPT_ACTION" == "-?" ]]; then echo "Linode helper script: create-linode.sh